ZhuDongming
2019-11-12 fdc3b40f19e487604341c661eec471bf9ac45279
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;
}