瀏覽代碼

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

lipk 3 年之前
父節點
當前提交
e21b703914
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;
   };
 }