xufenglei
2018-07-06 d6a0ac523af2db9216d30fabf1063c095c5b41e1
src/main/java/com/moral/service/DeviceService.java
@@ -38,4 +38,10 @@
   List<Device> getDevicesByMonitorPointId(Integer monitorPointId);
   List<Map<String,String>> queryDevicesState(List<String> macList,Boolean withData);
   Device queryById(Integer id);
   List<Device> getDevicesByProfessionId(Map<String, Object> parameters);
   List<Device> getDevicesByOrganizationId(Map<String, Object> parameters);
}