微调
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user