Explorar o código

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

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
feb638bc09
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
   };
 }