Przeglądaj źródła

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

zhangweicheng 4 lat temu
rodzic
commit
883afa1713
1 zmienionych plików z 2 dodań i 0 usunięć
  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;
 }
 }