| | |
| | | */ |
| | | List<BigDecimal> getEfficiencyRate(String equipmentId, String date); |
| | | |
| | | Map<String, Object> equipmentEfficiencyAnalyze(EquEffVo equEffVo); |
| | | Map<String, Object> equipmentEfficiencyAnalyze(String userId, EquEffVo equEffVo); |
| | | |
| | | Map<String, Object> teamEquipmentEfficiencyAnalyze(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); |
| | | } |