| | |
| | | transactionDetailId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseLastUploadEnterPactFileParams { |
| | | companyId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseMaterialIdByUserIdParams { |
| | | userId?: string; |
| | | materialType?: EnterpriseMaterialTypeEnum; |
| | |
| | | |
| | | interface APIgetParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetParkBountyApplyBatchFinanceEnterpriseParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIgetParkBountyApplyBatchTransferEnterpriseParams { |
| | |
| | | userName?: string; |
| | | /** 银行账户 */ |
| | | outBankNum?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 出款企业账户名称 */ |
| | | outEnterpriseName?: string; |
| | | /** 充值金额 */ |
| | |
| | | outBankResumeName?: string; |
| | | /** 出账回单 */ |
| | | outReceiptFileUrl?: string; |
| | | /** 审核备注 */ |
| | | checkRemark?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 提交日期 */ |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface GetFeatureListResultDto { |
| | |
| | | /** 内部审核原因 */ |
| | | inCheckRemark?: string; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 财政拨付总额 */ |
| | | financeSumAmount?: number; |
| | | /** 平台充值总额 */ |
| | | settleSumAmount?: number; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |
| | |
| | | bountyCollectFileUrl?: string; |
| | | /** 入驻关联说明 */ |
| | | enterpriseRelateFileUrl?: string; |
| | | /** 发放凭证 */ |
| | | settleFileUrl?: string; |
| | | /** 财政发放凭证 */ |
| | | financeFileUrl?: string; |
| | | /** 充值金额 */ |
| | | settleSumAmount?: number; |
| | | /** 财政发放金额 */ |
| | | financeSumAmount?: number; |
| | | } |
| | | |
| | | interface ParkBountyApplyBatchFinanceInput { |
| | |
| | | parkBountyApplyDetailId?: string; |
| | | /** 入账凭证 */ |
| | | transferToFileUrl?: string; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | /** 财政入账金额 */ |
| | | financeToAmount?: number; |
| | | /** 财政入账时间 */ |
| | | financeToTime?: string; |
| | | /** 财政入账凭证 */ |
| | | financeToFileUrl?: string; |
| | | /** 财政入账操作用户 */ |
| | | financeToUserId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyTransferDetailInfoPageOutput { |