From 7a022cce2313827bc2525c1e2a5d762885f460b7 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 03 二月 2026 11:03:40 +0800
Subject: [PATCH] yys  协同审批编号重复问题修复

---
 src/main/java/com/ruoyi/home/service/HomeService.java |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 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 67cd4f3..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();
@@ -54,4 +55,40 @@
     List<Map<String, Object>> productInOutAnalysis(Integer type);
 
     List<MapDto> productTurnoverDays();
+
+    List<Map<String, Object>> incomeExpenseAnalysis(Integer type);
+
+    List<MapDto> profitTrendAnalysis();
+
+    List<MapDto> expenseCompositionAnalysis(Integer type);
+
+    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