ZhuDongming
2020-04-09 1dfc2c2708fba01b771a2edd24c83363ee7c84d0
src/main/java/com/moral/service/HistoryMinutelyService.java
@@ -24,9 +24,6 @@
    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;
}