lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/MdcEfficiencyReportService.java
@@ -104,5 +104,7 @@ */ List<BigDecimal> getEfficiencyRate(String equipmentId, String date); Map<String, Object> teamEquipmentEfficiencyAnalyze(TeamEquEffVo teamEquEffVo); Map<String, Object> equipmentEfficiencyAnalyze(EquEffVo equEffVo); Map<String, Object> teamEquipmentEfficiencyAnalyze(EquEffVo equEffVo); }