fengxiang
2018-08-14 120b501b7d42daf8b9432d84762feb8d730431b7
src/main/java/com/moral/service/MonitorPointService.java
@@ -24,4 +24,10 @@
    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);
}