فهرست منبع

feat(types): 修改获取业务列表接口

lipk 2 سال پیش
والد
کامیت
38833cd6db
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      types/src/interface/api/businessApi.ts

+ 3 - 0
types/src/interface/api/businessApi.ts

@@ -34,6 +34,9 @@ export namespace GetALList {
       start: number;
       end: number;
     };
+
+    institutionID?: string;
+    isBusinessStandingBook?: boolean;
   };
 
   export type Response = {