ZhuDongming
2019-11-08 b284d078f196af80a105dc3bcb610d8ed37d9251
src/main/java/com/moral/service/HistoryHourlyService.java
@@ -7,5 +7,9 @@
public interface HistoryHourlyService {
    Map<String, Object> getPollutionSourceData(Map<String, Object> parameters) throws Exception;
    Map<String, Object> getPollutionSourceDataByHour(Map<String, Object> parameters) throws Exception;
    Map<String, Object> getPollutionSourceDataAll(Map<String, Object> parameters) throws Exception;
    Point getDirPoint(Map<String, Object> parameters) throws Exception;
}