This commit is contained in:
sjl
2025-01-15 13:26:05 +08:00
parent 99bbb5434d
commit 56619c9140
5 changed files with 43 additions and 7 deletions

View File

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