fengxiang
2018-08-13 e0effd273f8639bb0f919abab50811eb59fdb8f7
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);
}