Przeglądaj źródła

feat(types): 上下移动文件接口

lipk 3 lat temu
rodzic
commit
feb638bc09
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      types/src/interface/api/approvaApi.ts

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

@@ -68,5 +68,6 @@ export namespace PostApprovalUpdown {
   export type Params = {
     type: EUpDown;
     dataID: string;
+    businessID: string;
   };
 }