【功能新增】IoT:产品接口增加 picUrl 字段;调整相关导入路径
This commit is contained in:
@ -17,6 +17,7 @@ export interface ProductVO {
|
||||
dataFormat: number // 数据格式
|
||||
deviceCount: number // 设备数量
|
||||
createTime: Date // 创建时间
|
||||
picUrl: string // 产品图片 URL
|
||||
}
|
||||
|
||||
// IOT 数据校验级别枚举类
|
||||
|
||||
Reference in New Issue
Block a user