From a092e089316c05c6f7732d779e8fdff6060592c0 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期五, 09 五月 2025 11:10:28 +0800 Subject: [PATCH] art: 设备管理-维修看板-维修状态统计,维修列表统计 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEamReportRepairService.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEamReportRepairService.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEamReportRepairService.java index d7e4ae9..656c6f7 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEamReportRepairService.java +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEamReportRepairService.java @@ -7,7 +7,9 @@ import org.jeecg.modules.eam.entity.EamReportRepair; import org.jeecg.modules.eam.entity.EamWeekMaintenanceOrderDetail; import org.jeecg.modules.eam.request.EamReportRepairQuery; +import org.jeecg.modules.eam.vo.EquipmentRepairListVO; import org.jeecg.modules.eam.vo.EquipmentRepairStatistics; +import org.jeecg.modules.eam.vo.EquipmentRepairStatusStatistics; import java.time.LocalDate; import java.util.List; @@ -64,4 +66,16 @@ * @return */ List<EquipmentRepairStatistics> equipmentRepairStatistics(String productionId, LocalDate firstOfMonth, LocalDate today); + + /** + * 缁翠慨鐘舵�佺粺璁� + * @return + */ + EquipmentRepairStatusStatistics repairStatusStatistics(); + + /** + * 缁翠慨鍒楄〃 + * @return + */ + List<EquipmentRepairListVO> repairList(); } -- Gitblit v1.9.3