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