WEB:导入设备数据

This commit is contained in:
2025-07-04 11:02:22 +08:00
parent e8aee3039a
commit d456236599
17 changed files with 1106 additions and 38 deletions

View File

@ -60,7 +60,7 @@ public class DeviceQueryCriteria {
private Long currentOwnerId;
@Schema(name = "租户ID")
private Long tenantId;
private String tenantId;
@Schema(name = "通讯方式", example = "0:4G;1:蓝牙")
private Integer communicationMode;