Explorar o código

feat(types): importLog增加projectID

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

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

@@ -437,6 +437,7 @@ export interface IImportLog {
   stack?: any;
   constructID?: string;
   constructName?: string;
+  projectID?: string; // 由于有导入块,导入的项目类型不只是建设项目了
 }
 export interface ISaveProjectInfo {
   ID: string;