xufenglei
2018-07-23 1b5b9651b747d5e1232965e7dc29d180478128a8
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);
}