Explorar o código

fix(types): 导入log变量新增属性

lishihao %!s(int64=4) %!d(string=hai) anos
pai
achega
2a47cddec1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      types/src/interface/project.ts

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

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