ZhuDongming
2020-04-15 8110506221e3c34a62202e34b7dd28227c13c714
src/main/java/com/moral/service/HistoryMinutelyService.java
@@ -24,9 +24,7 @@
    void convertQueryParam(Map<String, Object> parameters) throws ParseException;
    List<Map<String, Object>> getSensorData(Map<String, Object> parameters) throws Exception;
    List<List<Map<String, Object>>> getSensorData(Map<String, Object> parameters) throws Exception;
    List<Map<String, Object>> getSensorDataMin(Map<String, Object> parameters) throws Exception;
    List<Map<String, Object>> getSensorDataMax(Map<String, Object> parameters) throws Exception;
    List<Map<String, Object>> getDevicesAvgDataToExcel(Map<String, Object> parameters) throws Exception;
}