新火炬后端单体项目初始化代码
zhangherong
4 天以前 f0b05984d000a21ade0f365729dfb34506a45a23
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);
}