From 712a73114593e64ae3126f9bb531d968f3581394 Mon Sep 17 00:00:00 2001 From: ZhuDongming <773644075@qq.com> Date: Tue, 30 Jun 2020 10:31:23 +0800 Subject: [PATCH] update --- src/main/java/com/moral/service/HistoryHourlyService.java | 13 +++++++++++++ 1 files changed, 13 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..ad011f6 100644 --- a/src/main/java/com/moral/service/HistoryHourlyService.java +++ b/src/main/java/com/moral/service/HistoryHourlyService.java @@ -7,5 +7,18 @@ 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; + + //������TVOC������ + String getTVOCByMac(String mac,String time,String sensor); + //������������������ + String getPressureByMac(String mac,String time); + + //������historyHourly��������������� + + Map<String,Object> getDataByMac(String mac,String time); } -- Gitblit v1.8.0