| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteParkEnterpriseApplyFileParams { |
| | | parkEnterpriseDetaiFileId?: string; |
| | | } |
| | | |
| | | interface APIdeleteParkRewardApplyParams { |
| | | id?: string; |
| | | } |
| | |
| | | |
| | | interface APIgetElecBillInfoParams { |
| | | transactionDetailId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseLastUploadEnterPactFileNewParams { |
| | | companyId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseLastUploadEnterPactFileParams { |
| | |
| | | interface CustomerUploadMonthApplyFileTypeDto { |
| | | fileSearchTypeId?: string; |
| | | id?: string; |
| | | fileSearchTypeName?: string; |
| | | fileType?: string; |
| | | fileSize?: number; |
| | | fileUrl?: string; |
| | | sort?: number; |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface DataprepareCreateExtInfo { |
| | |
| | | lastUpdateTime?: string; |
| | | monthApplyId?: string; |
| | | withMonth?: string; |
| | | searchType?: number; |
| | | enterpriseName?: string; |
| | | parkName?: string; |
| | | fileTypeName?: string; |
| | |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterpriseMonthApplyFileOutput[]; |
| | | } |
| | | |
| | | interface GetEnterpriseParkApplyUploadFileOutput { |
| | | fileSearchTypeId?: string; |
| | | fileSearchTypeName?: string; |
| | | fileCount?: number; |
| | | sort?: number; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface GetEnterpriseParkApplyUploadFilesInput { |
| | | parkBountyApplyId?: string; |
| | | companyId?: string; |
| | | } |
| | | |
| | | interface GetEnterprisePreChargeCheckListInput { |
| | |
| | | settleTime?: string; |
| | | incomeStatus?: IncomeStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 财政入账时间 */ |
| | | financeIncomeTime?: string; |
| | | financeIncomeStatus?: IncomeStatusEnum; |
| | | /** 内部审核日期 */ |
| | | inCheckTime?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeOutput[]; |
| | | } |
| | | |
| | | interface GetParkCollectFileTypeListInput { |
| | | parkId?: string; |
| | | searchType?: number; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyApplyOutput { |
| | |
| | | settleFileUrl?: string; |
| | | /** 财政发放凭证 */ |
| | | financeFileUrl?: string; |
| | | /** 是否支持企业上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |
| | |
| | | settleSumAmount?: number; |
| | | /** 财政发放金额 */ |
| | | financeSumAmount?: number; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface ParkBountyApplyBatchFinanceInput { |
| | |
| | | |
| | | interface SaveParkBountyApplyGatherFileInput { |
| | | parkBountyApplyId?: string; |
| | | /** 企业营收汇总表 */ |
| | | enterpriseOperateFileUrl?: string; |
| | | /** 企业缴税明细表 */ |
| | | enterpriseTaxSubFileUrl?: string; |
| | | /** 入驻关联说明 */ |
| | | enterpriseRelateFileUrl?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface SaveWalletPayChannelFeeSettingInput { |
| | |
| | | type?: number; |
| | | } |
| | | |
| | | type SettleStatusEnum = 1 | 2; |
| | | type SettleStatusEnum = 1 | 2 | -1; |
| | | |
| | | interface SetUserCertificationAuditStatusInput { |
| | | /** 审核Id */ |
| | |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface UploadParkApplyCustomerFilesInput { |
| | | parkBountyApplyId?: string; |
| | | companyId?: string; |
| | | fileTypes?: UploadParkApplyCustomerFileTypes[]; |
| | | } |
| | | |
| | | interface UploadParkApplyCustomerFileTypes { |
| | | fileSearchTypeId?: string; |
| | | fileSearchTypeName?: string; |
| | | fileCount?: number; |
| | | sort?: number; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface UploadParkBountyApplyCompanyFileInput { |
| | | parkBountyApplyId?: string; |
| | | companyId?: string; |