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