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