From 609dc04b7262c229653775015ecd4334f679589b Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 03 二月 2026 10:21:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_New' into dev_New

---
 src/main/java/com/ruoyi/home/service/HomeService.java |   27 +++++++++++++++++++++++++++
 1 files changed, 27 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 5bb6b17..a2e113d 100644
--- a/src/main/java/com/ruoyi/home/service/HomeService.java
+++ b/src/main/java/com/ruoyi/home/service/HomeService.java
@@ -31,6 +31,7 @@
     Long noticesCount();
 
     ProductionProgressDto productionProgress();
+
     ProductionTurnoverDto workInProcessTurnover();
 
     DeptStaffDistributionDto deptStaffDistribution();
@@ -64,4 +65,30 @@
     MonthlyIncomeDto monthlyIncome();
 
     MonthlyExpenditureDto monthlyExpenditure();
+
+    List<InputOutputAnalysisDto> inputOutputAnalysis(Integer type);
+
+    List<MapDto> processOutputAnalysis(Integer type);
+
+    List<WorkOrderEfficiencyDto> workOrderEfficiencyAnalysis(Integer type);
+
+    List<ProductionAccountingDto> productionAccountingAnalysis(Integer type);
+
+    List<MapDto> orderCount();
+
+    QualityQualifiedAnalysisDto rawMaterialDetection(Integer type);
+
+    QualityQualifiedAnalysisDto processDetection(Integer type);
+
+    QualityQualifiedAnalysisDto factoryDetection(Integer type);
+
+    QualityInspectionCountDto qualityInspectionCount();
+
+    NonComplianceWarningDto nonComplianceWarning();
+
+    List<CompletedInspectionCountDto> completedInspectionCount();
+
+    List<UnqualifiedProductRankDto> unqualifiedProductRanking();
+
+    List<MapDto> unqualifiedProductProcessingAnalysis();
 }

--
Gitblit v1.9.3