|  |  | 
 |  |  |     keyWord?: string; | 
 |  |  |     beginDateTime?: string; | 
 |  |  |     endDateTime?: string; | 
 |  |  |     enterpriseId?: string; | 
 |  |  |     checkStatus?: EnterpriseRechargeStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  | 
 |  |  |     data?: GetParkCustomerBountyFinanceOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkCustomerBountyGrantOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 申请批次号 */ | 
 |  |  |     batchNo?: string; | 
 |  |  |     /** 申报月份 */ | 
 |  |  |     applyMonth?: string; | 
 |  |  |     /** 申报总额 */ | 
 |  |  |     applySumAmount?: number; | 
 |  |  |     /** 平台充值入账时间 */ | 
 |  |  |     transferToTime?: string; | 
 |  |  |     transferToStatus?: TransferToStatusEnum; | 
 |  |  |     /** 平台充值金额 */ | 
 |  |  |     transferToAmount?: number; | 
 |  |  |     /** 平台充值入账凭证 */ | 
 |  |  |     transferToFileUrl?: string; | 
 |  |  |     /** 财政拨付金额 */ | 
 |  |  |     financeToAmount?: number; | 
 |  |  |     /** 财政拨付入账时间 */ | 
 |  |  |     financeToTime?: string; | 
 |  |  |     /** 财政拨付发放日期 */ | 
 |  |  |     financeTime?: string; | 
 |  |  |     /** 平台充值发放日期 */ | 
 |  |  |     settleTime?: string; | 
 |  |  |     financeToStatus?: FinanceStatusEnum; | 
 |  |  |     /** 拨付入账凭证 */ | 
 |  |  |     financeToFileUrl?: string; | 
 |  |  |     inCheckStatus?: BountyCheckStatusEnum; | 
 |  |  |     outCheckStatus?: BountyCheckStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkCustomerBountyGrantOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetParkCustomerBountyGrantOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkCustomerBountySettleOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 申请批次号 */ | 
 |  |  | 
 |  |  |     settleIncomeCount?: number; | 
 |  |  |     /** 最近充值日期 */ | 
 |  |  |     lastSettleTime?: string; | 
 |  |  |     /** 最近发放入账时间 */ | 
 |  |  |     lastFinanceIncomeTime?: string; | 
 |  |  |     /** 最近充值入账日期 */ | 
 |  |  |     lastSettleIncomeTime?: string; | 
 |  |  |     /** 发放总额 */ | 
 |  |  |     settleSumAmount?: number; | 
 |  |  |     /** 充值总额 */ |