fengxiang
2018-07-30 04167f529701b8a88ef52ba7ae854f444347f72c
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);
}