From c58c68283ec0d1832143f7e3add43f24b8aba374 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 02 四月 2026 10:03:58 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_宁夏_中盛建材' into dev_宁夏_中盛建材
---
src/main/java/com/ruoyi/home/service/HomeService.java | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/home/service/HomeService.java b/src/main/java/com/ruoyi/home/service/HomeService.java
index a7038e5..f6f6a50 100644
--- a/src/main/java/com/ruoyi/home/service/HomeService.java
+++ b/src/main/java/com/ruoyi/home/service/HomeService.java
@@ -107,4 +107,24 @@
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);
+
+ SolidWasteCoreIndicatorsDto coreIndicators(productionStatisticsDto dto);
+
+ List<SolidWasteStatisticsDto> trends(productionStatisticsDto dto);
+
+ List<MapDto> typeDistribution(productionStatisticsDto dto);
+
+ Map<String,Long> manage();
}
--
Gitblit v1.9.3