fengxiang
2018-05-08 7be408b1ce28b70005cdf147f9c41065ddc43dea
src/main/java/com/moral/service/MonitorPointService.java
@@ -24,4 +24,6 @@
    List<Map<String,String>> queryMonitroPointsState(List<Integer> idList);
   List<MonitorPoint> getMonitorPointsByOrganizationId(Integer orgId);
   List<MonitorPoint> getMonitorPointsByRegion(Map<String, Object> parameters);
}