fix: 产品、设备功能配置bug修复

This commit is contained in:
lzh
2025-12-26 15:03:40 +08:00
parent 2b0af6ea95
commit 7df833446d
13 changed files with 128 additions and 76 deletions

View File

@@ -11,7 +11,7 @@ export namespace IotDeviceApi {
productId: number; // 产品编号
productKey?: string; // 产品标识
deviceType?: number; // 设备类型
nickname?: string; // 设备备名称
nickname?: string; // 设备备名称
gatewayId?: number; // 网关设备 ID
state?: number; // 设备状态
status?: number; // 设备状态(兼容字段)