From 5c998c8f14dbf037c0a8e310e013fb4580f0c61d Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 28 一月 2026 11:53:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_New' into dev_New

---
 src/main/java/com/ruoyi/home/service/HomeService.java |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/ruoyi/home/service/HomeService.java b/src/main/java/com/ruoyi/home/service/HomeService.java
index 010e8c1..db43d86 100644
--- a/src/main/java/com/ruoyi/home/service/HomeService.java
+++ b/src/main/java/com/ruoyi/home/service/HomeService.java
@@ -31,6 +31,18 @@
 
     Long noticesCount();
 
-     ProductionProgressDto productionProgress();
-     Map<Integer, List<ProductWorkOrderDto>> workInProcessTurnover();
+    ProductionProgressDto productionProgress();
+    ProductionTurnoverDto workInProcessTurnover();
+
+    DeptStaffDistributionDto deptStaffDistribution();
+
+    HomeSummaryDto summaryStatistics();
+
+    List<SupplierPurchaseRankingDto> supplierPurchaseRanking(Integer type);
+
+    CustomerRevenueAnalysisDto customerRevenueAnalysis(Long customerId, Integer type);
+
+    ProductCategoryDistributionDto productCategoryDistribution();
+
+    List<CustomerContributionRankingDto> customerContributionRanking(Integer type);
 }

--
Gitblit v1.9.3