kaiyu
2020-10-19 2bcbf240bd4419d01232967915295df61a8e1d84
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;
}