소스 검색

feat(types): 文件列表类型修改

lipk 3 년 전
부모
커밋
dedc940501
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      types/src/interface/gatherYsProfileFile.ts

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

@@ -11,7 +11,8 @@ export interface IGatherYsProfileFile {
   createTime: number; // 上传时间
   createTime: number; // 上传时间
   userName?: string; // 用户名
   userName?: string; // 用户名
   ftID?: string; // 飞图CAD预览id,缺少代表未转换
   ftID?: string; // 飞图CAD预览id,缺少代表未转换
-  processID?: string;
+  processID?: string; // 上传步骤
+  isEditNewFile?: boolean; // 是否当前新上传的文件
 }
 }
 
 
 export enum EUpDown {
 export enum EUpDown {