沈斌
2018-04-26 f11131f58810e3b021dacc4c233be79e53e069a5
src/main/java/com/moral/service/MonitorPointService.java
@@ -22,4 +22,8 @@
   
   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);
}