于紫祥_1901
2020-08-31 c3e1f9b9af29647bd157f2ea268bc56b2d3b9df1
src/main/java/com/moral/service/HistoryDailyService.java
@@ -9,4 +9,6 @@
    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;
}