瀏覽代碼

* feat(types): gatherProfileFile增加字段

laiguoran 3 年之前
父節點
當前提交
13bcb2ad5d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      types/src/interface/gatherYsProfileFile.ts

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

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