feat:【IoT 物联网】继续实现“数据流转”功能

This commit is contained in:
YunaiV
2025-06-25 13:22:38 +08:00
parent 8479d557a2
commit b1ae56281d
5 changed files with 346 additions and 43 deletions

View File

@@ -6,8 +6,8 @@ export interface DataRule {
name?: string // 场景名称
description: string // 场景描述
status?: number // 场景状态
sourceConfigs?: string // 数据源配置数组
sinkIds?: string // 数据目的编号数组
sourceConfigs?: any[] // 数据源配置数组
sinkIds?: number[] // 数据目的编号数组
}
// IoT 数据流转规则 API