【代码评审】IoT:设备日志 TDengine 表与模拟设备

This commit is contained in:
YunaiV
2025-01-09 12:54:16 +08:00
parent f2f414a965
commit 3dc7d20005
5 changed files with 39 additions and 23 deletions

View File

@ -20,8 +20,9 @@ export interface ThingModelData {
/**
* IoT 模拟设备
*/
// TODO @super和 ThingModelSimulatorData 会不会好点
export interface SimulatorData extends ThingModelData {
simulateValue?: string | number // 用于存储模拟值
simulateValue?: string | number // 用于存储模拟值 TODO @super字段使用 value 会不会好点
}
/**