瀏覽代碼

feat(types): 在IGatherYsProfileFile添加ftID

laiguoran 3 年之前
父節點
當前提交
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,缺少代表未转换
 }