src/main/java/com/moral/mapper/DeviceMapper.java
@@ -56,4 +56,6 @@ List<Device> selectDevicesAll(Map<String, Object> params); List<Device> getDeviceListByMonitorPointIds(List<Integer> id); Map<String, Object> selectAllFieldByMac(Map<String, Object> params); }