ZhuDongming
2019-12-04 013f480082d982b7542bfd812edb0913882ecbe4
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;
}