xufenglei
2018-07-12 b5ee321e0afc4c69e48a271c79cfd98c78da9f91
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);
}