Browse Source

feat(types): 新增文件接口

lipk 3 years ago
parent
commit
95cb137b58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/api/approvaApi.ts

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

@@ -84,7 +84,7 @@ export namespace PostApprovalCreateFile {
     parentID: string;
     name: string;
     required: boolean;
-    selectMode: string[];
+    mode: string[];
     businessID: string;
   };
 }