Browse Source

feat(types): 新增文件处理

lipk 1 year ago
parent
commit
89a88e8b51
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/api/approvaApi.ts

+ 1 - 0
types/src/interface/api/approvaApi.ts

@@ -98,6 +98,7 @@ export namespace PostApprovalCreateFile {
     required: boolean;
     mode: string[];
     businessID: string;
+    matterID?: string;
     remark?: string;
     profileIndex?: string;
   };