jinpengyong
2020-08-05 6956fffa1f06b01375081689c5da5a23a30963db
src/main/java/com/moral/mapper/DeviceMapper.java
@@ -52,4 +52,8 @@
   List<Device> getDeviceById3(@Param("id") int id);
   List<Integer> getHasWindDirAndWindSpeedDeviceVersion();
   List<Device> selectDevicesAll(Map<String, Object> params);
   List<Device> getDeviceListByMonitorPointIds(List<Integer> id);
}