review:【iot 物联网】场景联动的 review

This commit is contained in:
YunaiV
2025-08-02 11:38:45 +08:00
parent e188ea5de6
commit bb0920c4b9
9 changed files with 38 additions and 30 deletions

View File

@@ -4,6 +4,8 @@
// ========== IoT物模型TSL数据类型定义 ==========
// TODO @puhui999看看有些是不是在别的模块已经定义了。物模型的
/** 物模型TSL响应数据结构 */
export interface IotThingModelTSLRespVO {
productId: number
@@ -294,6 +296,8 @@ interface FormValidationRules {
[key: string]: ValidationRule[]
}
// TODO @puhui999这个文件目标最终没有哈和别的模块一致
export {
IotRuleScene,
IotRuleSceneDO,