lizijie
2019-08-08 a6ff89dd8eed9ea4e6162ff5491d4583e4ef621a
src/main/java/com/moral/service/MonitorPointService.java
@@ -1,5 +1,6 @@
package com.moral.service;
import java.util.Collection;
import java.util.List;
import java.util.Map;
@@ -23,7 +24,21 @@
   List<MonitorPoint> getMonitorPointsByName(String name);
    List<Map<String,String>> queryMonitroPointsState(List<Integer> idList);
   List<MonitorPoint> getMonitorPointsByOrganizationId(Integer orgId);
    Integer countOfSubOrgs(Integer orgId);
    List<MonitorPoint> getMonitorPointsByOrganizationId(Integer orgId);
   List<MonitorPoint> getMonitorPointsByRegion(Map<String, Object> parameters);
    List<Integer> queryVersionsById(Integer id);
    MonitorPoint queryMonitorPointById(Integer mpointId);
   List<MonitorPoint> getMonitorPointsAndDevicesByRegion(Map<String, Object> parameters);
   Collection<Object> getDevicesStateByRegion(Map<String, Object> parameters);
   void isCompensateCalculation(Map<String, Object> parameters);
   Map<String, Object> selectAllById(String id);
}