Browse Source

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng 4 năm trước cách đây
mục cha
commit
883afa1713
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      types/src/interface/project.ts

+ 2 - 0
types/src/interface/project.ts

@@ -408,4 +408,6 @@ export interface IImportLog {
   status: ImportStatus;
   status: ImportStatus;
   errorMsg: string;
   errorMsg: string;
   stack?: any;
   stack?: any;
+  constructID?:string;
+  constructName?:string;
 }
 }