From 4ed6929b3c8e8d12b64dade132ffd8023cbb73b3 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 27 一月 2026 17:29:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_New' into dev_New

---
 src/main/java/com/ruoyi/home/service/HomeService.java |   12 ++++++++++++
 1 files changed, 12 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 2dbab27..db43d86 100644
--- a/src/main/java/com/ruoyi/home/service/HomeService.java
+++ b/src/main/java/com/ruoyi/home/service/HomeService.java
@@ -33,4 +33,16 @@
 
     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