src/services/api/typings.d.ts
@@ -7492,6 +7492,11 @@ endDate?: string; } interface GetCurrentExternalSystemOutput { /** 是否签约钱包 */ isSignWallet?: boolean; } interface GetCustomContractParamterListInput { pageModel?: Pagination; /** 客户Id */ @@ -23172,7 +23177,6 @@ } interface UpdateParkBountyApplyByEnterpriseInput { batchNo?: string; enterpriseMonthApplyId?: string; }