xufenglei
2018-03-28 530aeddc3a2fc1310f68f6c76c82fb4aa99145b4
src/main/java/com/moral/service/HistoryMinutelyService.java
@@ -1,5 +1,8 @@
package com.moral.service;
import com.moral.entity.charts.LineChartCriteria;
import com.moral.entity.charts.PairData;
import java.util.List;
import java.util.Map;
@@ -9,7 +12,10 @@
   
   Map<String, List<Object>> getCompareReport(Map<String, Object> parameters) throws Exception;
   List<Map<String, Object>> getMonitorPointOrDeviceAvgData4Excel(Map<String, Object> parameters) throws Exception;
   List<Map<String, Object>> getMonitorPointOrDeviceAvgData(Map<String, Object> parameters) throws Exception;
   Map<String, Object> getMonthAverageBySensor(Map<String, Object> parameters);
    Map<String, List<List<Double>>> queryLineChartDateByCrieria(LineChartCriteria lineChartCriteria);
}