src/main/java/com/moral/service/DeviceService.java
@@ -38,4 +38,6 @@ List<Device> getDevicesByMonitorPointId(Integer monitorPointId); List<Map<String,String>> queryDevicesState(List<String> macList,Boolean withData); Device queryById(Integer id); }