app设备类型查询

This commit is contained in:
2025-07-09 13:41:08 +08:00
parent f41bb097fd
commit 908ca6753e
13 changed files with 116 additions and 13 deletions

View File

@ -107,4 +107,5 @@ public class Device extends TenantEntity {
*/
private String createByName;
private Long bindingUserId;
}

View File

@ -27,4 +27,9 @@ public class AppDeviceVo {
* 通讯方式 0:4G;1:蓝牙
*/
private Integer communicationMode;
/**
* 设备图片
*/
private String devicePic;
}