设备类型

This commit is contained in:
sjl
2025-02-10 16:35:14 +08:00
parent 9689197db9
commit 15f1308557
5 changed files with 9 additions and 30 deletions

View File

@@ -65,7 +65,7 @@ export namespace Device {
updateBy?: string| null; //更新用户
updateTime?: string| null; //更新时间
icdId: string| null;
power: string| null;
power: string| null;//工作电源
preinvestmentPlan: string| null;
}