于紫祥_1901
2020-10-10 1d2b99ce88ff853ac8b84296b942c79bb649b6ee
src/main/java/com/moral/service/HistoryDailyService.java
@@ -4,6 +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<String, Double> getTraceabilityData(Map<String, Object> parameters) throws Exception;
    List<Map<String, Object>> getDataByTimeSlot(String mac, String startTime, String endTime) throws Exception;
}