沈斌
2018-06-09 48062cf91e0740cb7f873fabb7d6d709fc70fd70
src/main/java/com/moral/service/MonitorPointService.java
@@ -24,4 +24,8 @@
    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);
}