瀏覽代碼

feat(types): 编辑目录名称接口

lipk 3 年之前
父節點
當前提交
6c6b05dfdf
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      types/src/interface/api/approvaApi.ts

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

@@ -61,3 +61,11 @@ export namespace GetApprovalGetGatherYsProfileByBusinessID {
     copy: boolean;
   };
 }
+
+export namespace PostApprovalEditDirName {
+  export type Params = {
+    dataID: string;
+    businessID: string;
+    name: string;
+  };
+}