新火炬后端单体项目初始化代码
Houjie
3 天以前 67ac603f410319a0d999e5f493c8ef2d74163fe1
src/main/java/org/jeecg/modules/mdc/service/MdcEfficiencyReportService.java
@@ -105,11 +105,11 @@
     */
    List<BigDecimal> getEfficiencyRate(String equipmentId, String date);
    Map<String, Object> equipmentEfficiencyAnalyze(String userId, EquEffVo equEffVo);
    Map<String, Object> teamEquipmentEfficiencyAnalyze(String userId, EquEffVo equEffVo);
    Map<String, Object> teamEfficiencyAnalyzeByMonth(String userId, EquEffVo equEffVo);
    Map<String, Object> comprehensiveRateAnalyze(String userId, EquEffVo vo);
//    Map<String, Object> equipmentEfficiencyAnalyze(String userId, EquEffVo equEffVo);
//
//    Map<String, Object> teamEquipmentEfficiencyAnalyze(String userId, EquEffVo equEffVo);
//
//    Map<String, Object> teamEfficiencyAnalyzeByMonth(String userId, EquEffVo equEffVo);
//
//    Map<String, Object> comprehensiveRateAnalyze(String userId, EquEffVo vo);
}