沈斌
2018-06-09 fbde1396aafe5ae24a48c01b26e93fe76604dc1e
src/main/java/com/moral/service/MonitorPointService.java
@@ -24,4 +24,8 @@
    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);
}