Browse Source

feat(types): 添加已读功能

lipk 2 years atrás
parent
commit
b08f648e39
2 changed files with 2 additions and 0 deletions
  1. 1 0
      types/src/interface/gatherYsProfileFile.ts
  2. 1 0
      types/src/interface/matter.ts

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

@@ -13,6 +13,7 @@ export interface IGatherYsProfileFile {
   ftID?: string; // 飞图CAD预览id,缺少代表未转换
   processID?: string; // 上传步骤
   isEditNewFile?: boolean; // 是否当前新上传的文件
+  isReadProcess?: string[]; // 已读步骤
 }
 
 export enum EUpDown {

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

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