fengxiang
2018-07-24 4bcb1ee43667a1093657d2ced4f27e3036c66f49
src/main/java/com/moral/service/MonitorPointService.java
@@ -21,5 +21,13 @@
   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);
    MonitorPoint queryMonitorPointById(Integer mpointId);
}