fengxiang
2018-08-13 46d864e7188cf7f5c9378fbcb1a272568beec1f5
src/main/java/com/moral/service/MonitorPointService.java
@@ -26,4 +26,8 @@
   List<MonitorPoint> getMonitorPointsByOrganizationId(Integer orgId);
   List<MonitorPoint> getMonitorPointsByRegion(Map<String, Object> parameters);
    List<Integer> queryVersionsById(Integer id);
    MonitorPoint queryMonitorPointById(Integer mpointId);
}