jinpengyong
2020-08-10 47e42466d50e4293a05c8c9a9c9da09e8e554fb6
src/main/java/com/moral/mapper/DeviceMapper.java
@@ -55,5 +55,7 @@
   List<Device> selectDevicesAll(Map<String, Object> params);
   List<Device> getDeviceListByMonitorPointIds(List<Integer> id);
   List<Device> getDeviceListByMonitorPointIds(List<Integer> list);
   Map<String, Object> selectAllFieldByMac(Map<String, Object> params);
}