From 0a107debd7676141376a59bd3d4472912b24f7dc Mon Sep 17 00:00:00 2001
From: 于紫祥_1901 <email@yuzixiang_1910>
Date: Thu, 13 Aug 2020 09:37:43 +0800
Subject: [PATCH] 风场图update

---
 src/main/java/com/moral/service/HistoryDailyService.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/moral/service/HistoryDailyService.java b/src/main/java/com/moral/service/HistoryDailyService.java
index fa19eb8..12c81c9 100644
--- a/src/main/java/com/moral/service/HistoryDailyService.java
+++ b/src/main/java/com/moral/service/HistoryDailyService.java
@@ -4,8 +4,11 @@
 import java.util.Map;
 
 public interface HistoryDailyService {
-	List<Map<String, Object>> getEmissionsData(Map<String, Object> parameters) throws Exception;
+    List<Map<String, Object>> getEmissionsData(Map<String, Object> parameters) throws Exception;
 
-	Map getOverproofData(Map<String, Object> parameters) throws Exception;
+    Map getOverproofData(Map<String, Object> parameters) throws Exception;
 
+    Map<String, Double> getTraceabilityData(Map<String, Object> parameters) throws Exception;
+
+    List<Map<String, Object>> getDataByTimeSlot(String mac, String startTime, String endTime) throws Exception;
 }

--
Gitblit v1.8.0