@@ -116,6 +116,7 @@ export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
approvalID?: string;
creatorId?: string;
creatorName?: string;
+ isEditNewFile?: boolean; // 是否在上个步骤被修改过
}
export interface IDynamicStep {