Kaynağa Gözat

feat: 新建目录接口

lipk 3 yıl önce
ebeveyn
işleme
fc3a8b9af7
1 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  1. 10 0
      types/src/interface/api/approvaApi.ts

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

@@ -50,3 +50,13 @@ export namespace GetApprovalGetGatherYsProfileByBusinessID {
     copy: boolean;
   };
 }
+
+export namespace PostApprovalCreateDir {
+  export type Params = {
+    parentID: string;
+    name: string;
+    matterListID: string;
+    approvalID: string;
+    matterID: string;
+  };
+}