| | |
| | | List<SalesTotalDetailDto> salesDataRanking(SalesDeliveryDto salesDeliveryDto); |
| | | |
| | | SalesTotalDto customerTrends(SalesDeliveryDto salesDeliveryDto); |
| | | |
| | | Map<String,List<MaterialProductionAnalysisDto>> materialProductionAnalysis(productionStatisticsDto dto); |
| | | |
| | | List<String> getMaterials(Integer materialType); |
| | | |
| | | List<ProductionCostAnalysisDto> productionCostAnalysis(productionStatisticsDto dto, Integer materialType); |
| | | |
| | | ProductionStatisticsMiddleDto middle(); |
| | | |
| | | List<SolidWasteStatisticsDto> solidWaste(productionStatisticsDto dto); |
| | | |
| | | List<HomeEnergyStatisticsDto> energy(productionStatisticsDto dto); |
| | | } |