Browse Source

feat(types): 移动至根目录处理

lipk 3 years atrás
parent
commit
e21b703914
1 changed files with 2 additions and 0 deletions
  1. 2 0
      types/src/interface/api/approvaApi.ts

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

@@ -83,6 +83,8 @@ export namespace PostApprovalMoveTo {
   export type Params = {
     ID: string; // 要移动的目录或文件id
     targetID: string; // 目标文件或目标目录id
+    matterID?: string; // matterID 获取
+    businessID?: string;
   };
 }