Browse Source

feat(types): ysProfleTemplate类型修改

lipk 3 năm trước cách đây
mục cha
commit
f18ef2a6aa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      types/src/interface/matter.ts

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

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