Explorar el Código

feat(types): ysProfleTemplate类型修改

lipk hace 2 años
padre
commit
f18ef2a6aa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {