沈斌
2018-02-08 3120cdd01c8e6a2a1edefb6ff251c026f44dee5c
src/main/java/com/moral/service/HistoryMinutelyService.java
@@ -9,7 +9,9 @@
   
   Map<String, List<Object>> getCompareReport(Map<String, Object> parameters) throws Exception;
   List<Map<String, Object>> getMonitorPointOrDeviceAvgData4Excel(Map<String, Object> parameters) throws Exception;
   List<Map<String, Object>> getMonitorPointOrDeviceAvgData(Map<String, Object> parameters) throws Exception;
   Map<String, Object> getMonthAverageBySensor(Map<String, Object> parameters);
}