fengxiang
2018-05-29 2ac80d588a68f60084d8bcc02aabd18c91100267
src/main/java/com/moral/service/DeviceService.java
@@ -38,4 +38,8 @@
   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);
}