【功能新增】IoT:设备管理界面增加设备分组选择功能

This commit is contained in:
YunaiV
2024-12-14 18:41:35 +08:00
parent 30b19c9100
commit 14fe6c559f
5 changed files with 70 additions and 26 deletions

View File

@ -28,6 +28,7 @@ export interface DeviceVO {
areaId: number // 地区编码
address: string // 设备详细地址
serialNumber: string // 设备序列号
groupIds?: number[] // 添加分组 ID
}
export interface DeviceUpdateStatusVO {