设备icd

This commit is contained in:
sjl
2025-01-13 18:32:42 +08:00
parent 505cd93446
commit e54cbfbc0a
3 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ export namespace Device {
createTime?: string| null; //创建时间
updateBy?: string| null; //更新用户
updateTime?: string| null; //更新时间
icd: string;
icdId: string;
power: string;
}