xufenglei
2018-06-15 cea9aba8d0e4833bac428d071664cbe84e6180c9
src/main/java/com/moral/service/MonitorPointService.java
@@ -21,5 +21,11 @@
   public void deleteByIds(Integer... ids);
   
   List<MonitorPoint> getMonitorPointsByName(String name);
    List<Map<String,String>> queryMonitroPointsState(List<Integer> idList);
   List<MonitorPoint> getMonitorPointsByOrganizationId(Integer orgId);
   List<MonitorPoint> getMonitorPointsByRegion(Map<String, Object> parameters);
    List<Integer> queryVersionsById(Integer id);
}