【代码评审】IoT:数据桥梁的接入

This commit is contained in:
YunaiV
2025-03-16 21:00:23 +08:00
parent 9ca5ffbf22
commit 79507aef6d
5 changed files with 23 additions and 17 deletions

View File

@ -1,6 +1,6 @@
import request from '@/config/axios'
//数据桥梁 VO
// IoT 数据桥梁 VO
export interface DataBridgeVO {
id?: number // 桥梁编号
name?: string // 桥梁名称
@ -80,6 +80,7 @@ export interface RedisStreamMQConfig extends Config {
}
/** 数据桥梁类型 */
// TODO @puhui999枚举用 number 可以么?
export const IoTDataBridgeConfigType = {
HTTP: '1',
TCP: '2',