| | |
| | | |
| | | interface GetEnterpriseRechargeDetail { |
| | | id?: string; |
| | | /** 收款账号 */ |
| | | /** 充值账号 */ |
| | | incomeBankNum?: string; |
| | | /** 收款企业名称 */ |
| | | /** 企业名称 */ |
| | | incomeEnterpriseName?: string; |
| | | /** 出款账号 */ |
| | | outBankNum?: string; |
| | |
| | | settleTimeBegin?: string; |
| | | /** 发放结束日期 */ |
| | | settleTimeEnd?: string; |
| | | /** 拨付起始日期 */ |
| | | financeTimeBegin?: string; |
| | | /** 拨付结束日期 */ |
| | | financeTimeEnd?: string; |
| | | /** 入账起始日期 */ |
| | | incomeTimeBegin?: string; |
| | | /** 入账结束日期 */ |
| | |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | transferToStatus?: TransferToStatusEnum; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailByIdInput { |
| | |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | parkBountyApplyDetailId?: string[]; |
| | | /** 充值金额 */ |
| | | financeToAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyBatchTransferInput { |
| | | parkBountyApplyDetailId?: string[]; |
| | | /** 入账金额 */ |
| | | transferToAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyDetailInfo { |
| | |
| | | parkBountyApplyDetailId?: string; |
| | | /** 财政拨付 */ |
| | | bountyAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplySettleInput { |
| | |
| | | parkBountyApplyDetailId?: string; |
| | | /** 入账金额 */ |
| | | transferToAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | type ParkCustomersCountTypeEnum = 10 | 50 | 100; |