@@ -1,5 +1,7 @@
export interface IGatherYsProfileFile {
ID: string;
+ gatherID: string;// 主体ID
+ businessID: string;// 业务ID
gypID: string;// 送审资料清单ID
name: string;// 文件名称
ext: string;// 文件格式