【功能新增】IoT:产品接口增加 picUrl 字段;调整相关导入路径

This commit is contained in:
安浩浩
2024-12-09 21:12:20 +08:00
parent 218f10bcfd
commit 1ce8233159
9 changed files with 9 additions and 8 deletions

View File

@ -17,6 +17,7 @@ export interface ProductVO {
dataFormat: number // 数据格式
deviceCount: number // 设备数量
createTime: Date // 创建时间
picUrl: string // 产品图片 URL
}
// IOT 数据校验级别枚举类