xufenglei
2018-07-30 f43e5995af0f8472a3ade9bfaf37cc5c574fea9e
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);
}