From f3a83f291df05ee8de20fd751e720ac761f8586e Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Mon, 22 Jun 2020 16:03:36 +0800 Subject: [PATCH] 无人机应用大屏页面update --- src/main/java/com/moral/service/HistoryHourlyService.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/moral/service/HistoryHourlyService.java b/src/main/java/com/moral/service/HistoryHourlyService.java index 71286d2..e6ca84a 100644 --- a/src/main/java/com/moral/service/HistoryHourlyService.java +++ b/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; } -- Gitblit v1.8.0