fengxiang
2018-07-03 a370cd1277689094b126eb6f0490c4ba69c7baee
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);
}