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