fengxiang
2018-06-23 8f53335c42239f379a5f8f7ca0e2f9807e3f0aef
src/main/java/com/moral/service/MonitorPointService.java
@@ -19,4 +19,13 @@
    public void addOrModify(MonitorPoint monitorPoint);
   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);
}