perf:【IoT 物联网】场景联动执行器优化

This commit is contained in:
puhui999
2025-08-04 21:04:18 +08:00
parent e3a8e98ff8
commit 9684593623
5 changed files with 810 additions and 12 deletions

View File

@@ -226,6 +226,7 @@ interface ActionFormData {
type: number // 执行类型
productId?: number // 产品编号
deviceId?: number // 设备编号
identifier?: string // 物模型标识符(服务调用时使用)
params?: Record<string, any> // 请求参数
alertConfigId?: number // 告警配置编号
}
@@ -277,6 +278,7 @@ interface ActionDO {
type: number // 执行类型
productId?: number // 产品编号
deviceId?: number // 设备编号
identifier?: string // 物模型标识符(服务调用时使用)
params?: Record<string, any> // 请求参数
alertConfigId?: number // 告警配置编号
}