Procházet zdrojové kódy

feat(types): 测试

lipk před 3 roky
rodič
revize
4a654144a0

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

@@ -22,6 +22,7 @@ export namespace GetApprovalGetMatterData {
   export type Params = {
     businessID: string;
     getAllMatter?: boolean; // 是否获取全部matter
+    test?: boolean;
   };
 
   export type Response = Array<IMatterNode>;

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

@@ -1 +1 @@
-export * from './approvaApi';
+export * from './approvaApi';