From d1ec8604898e3aa930a1ffaf049fe807d17c75e1 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 02 四月 2026 10:03:16 +0800
Subject: [PATCH] 首页--经营关注
---
src/main/java/com/ruoyi/home/service/HomeService.java | 24 ++++++++++++++++++++++++
1 files changed, 24 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 0626812..4ffeef3 100644
--- a/src/main/java/com/ruoyi/home/service/HomeService.java
+++ b/src/main/java/com/ruoyi/home/service/HomeService.java
@@ -97,4 +97,28 @@
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);
+
+ Map<String,Long> manage();
}
--
Gitblit v1.9.3