Explorar o código

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

lipk %!s(int64=2) %!d(string=hai) anos
pai
achega
dedc940501
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 {