fengxiang
2018-06-23 7389bfdee40eabf6d8c39252b5485184fc27c168
src/main/java/com/moral/service/MonitorPointService.java
@@ -22,4 +22,10 @@
   
   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);
}