| | |
| | | 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; |
| | | /** 申请批次号 */ |
| | |
| | | applyCount?: number; |
| | | /** 最近申报 */ |
| | | lastApplyTime?: string; |
| | | /** 发放次数 */ |
| | | financeCount?: number; |
| | | /** 最近发放时间 */ |
| | | lastFinanceTime?: string; |
| | | /** 平台充值次数 */ |
| | | /** 财政拨付次数 */ |
| | | financeCount?: number; |
| | | /** 财政入账次数 */ |
| | | financeIncomeCount?: number; |
| | | /** 充值次数 */ |
| | | settleCount?: number; |
| | | /** 充值入账次数 */ |
| | | settleIncomeCount?: number; |
| | | /** 最近充值日期 */ |
| | | lastSettleTime?: string; |
| | | /** 发放总额 */ |
| | |
| | | bankBranchName?: string; |
| | | bankAccountName?: string; |
| | | incomeCompany?: string; |
| | | } |
| | | |
| | | interface GetPlatInvoiceAccountOutput { |
| | | bankNumber?: string; |
| | | bankName?: string; |
| | | enterpriseName?: string; |
| | | societyCreditCode?: string; |
| | | } |
| | | |
| | | interface GetProductAdvertiseByCategoryInput { |
| | |
| | | searchType: number; |
| | | /** 所属类别 10园区 20人资企业 */ |
| | | belongType?: number; |
| | | status?: boolean; |
| | | } |
| | | |
| | | interface GetUserAccountDto { |
| | |
| | | lastPayBeginTime?: string; |
| | | /** 最近发放结束日期 */ |
| | | lastPayEndTime?: string; |
| | | /** 最近充值结束日期 */ |
| | | lastSettleEndTime?: string; |
| | | lastSettleBeginTime?: string; |
| | | } |
| | | |
| | | interface QueryParkOrHRAuditPageInput { |