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 |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 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 2c3c89b..f6f6a50 100644
--- a/src/main/java/com/ruoyi/home/service/HomeService.java
+++ b/src/main/java/com/ruoyi/home/service/HomeService.java
@@ -95,4 +95,36 @@
     QualityStatisticsDto qualityInspectionStatistics(Integer type);
 
     List<processDataProductionStatisticsDto> processDataProductionStatistics(Integer type, List<Long> processIds);
+
+    Map<String,Long> total();
+
+    SalesTotalDto salesAnalysis(SalesDeliveryDto salesDeliveryDto);
+
+    List<SalesTotalDetailDto> salesRanking(SalesDeliveryDto salesDeliveryDto);
+
+    SalesTotalDto salesAmount(SalesDeliveryDto salesDeliveryDto);
+
+    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