Просмотр исходного кода

feat(types): 在IGatherYsProfileFile添加ftID

laiguoran 3 лет назад
Родитель
Сommit
8e471f4279
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/gatherYsProfileFile.ts

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

@@ -10,4 +10,5 @@ export interface IGatherYsProfileFile {
     path: string;// 文件存储路径
     createTime: number;// 上传时间
     userName?: string;// 用户名
+    ftID?: string;// 飞图CAD预览id,缺少代表未转换
 }