fengxiang
2018-06-01 239a521e95f6d7fcf8cbf18b71c09140e5d0f55f
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);
}