| | |
| | | leaderMobile?: string; |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | /** 注册地址 */ |
| | | registerAddress: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 是否已经启用奖励金申报 */ |
| | | rewardEnable?: boolean; |
| | | /** 奖励金模板是否配置 */ |
| | | rewardTemplateSetting?: boolean; |
| | | /** 维护的公司 */ |
| | | companyOrgId?: string; |
| | | /** 维护的部门 */ |
| | | departmentOrgId?: string; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | /** 文件 */ |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | } |
| | | |
| | | interface AddIndustryBodyAuditInput { |
| | |
| | | isCache?: boolean; |
| | | } |
| | | |
| | | interface APIaddSearchSettingClickCountParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIadvertiseOffShelfParams { |
| | | /** 资讯广告Id */ |
| | | id?: string; |
| | |
| | | interface APIattentOrNotParams { |
| | | /** 产品Id */ |
| | | productId?: string; |
| | | } |
| | | |
| | | interface APIbatchQuoteEnterpriseApplyFileParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIcalculationWalletBatchImportTempPayFeeParams { |
| | |
| | | |
| | | interface APIdeleteOrderParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteParkEnterpriseApplyFileParams { |
| | | parkEnterpriseDetaiFileId?: string; |
| | | } |
| | | |
| | | interface APIdeleteParkRewardApplyParams { |
| | |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerFileTypeHeadParams { |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerTemplateDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerUploadFileRecordParams { |
| | | withMonth?: string; |
| | | } |
| | | |
| | | interface APIgetDefaultConnectionStringParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetElecBillInfoParams { |
| | | transactionDetailId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseDrawWithDetailParams { |
| | | drawWithId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseLastUploadEnterPactFileNewParams { |
| | | companyId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseLastUploadEnterPactFileParams { |
| | |
| | | |
| | | type BestSignUserSignStatusEunm = 1 | 5 | 10 | 20 | 30 | 40 | 50 | 90; |
| | | |
| | | type BillStatusEnum = 10 | 20 | 30; |
| | | |
| | | interface BindUserEmailInput { |
| | | /** 邮箱 */ |
| | | bindEmailAddress: string; |
| | |
| | | status?: number; |
| | | } |
| | | |
| | | interface CheckEnterpriseApplyDrawWithInput { |
| | | applyDrawWithId?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 提现凭证 */ |
| | | checkFileUrl?: string; |
| | | checkRemark?: string; |
| | | } |
| | | |
| | | interface CheckInsureCityIsAllowInput { |
| | | insureOnlineType?: number; |
| | | marketProductId?: string; |
| | |
| | | interface CheckUserEnterpriseRechargeInput { |
| | | id?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 充值凭证 */ |
| | | rechargeVoucherFileUrl?: string; |
| | | remark?: string; |
| | | } |
| | | |
| | |
| | | remark?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 密码 */ |
| | |
| | | endTime?: string; |
| | | } |
| | | |
| | | interface CustomerApplyFileDetailDto { |
| | | id?: string; |
| | | fileType?: string; |
| | | fileSize?: number; |
| | | fileUrl?: string; |
| | | fileSearchTypeId?: string; |
| | | monthApplyId?: string; |
| | | } |
| | | |
| | | interface CustomerManageListOutput { |
| | | id?: string; |
| | | /** 企业名称 */ |
| | |
| | | templateParamExtraData?: string; |
| | | } |
| | | |
| | | interface CustomerUploadMonthApplyFileInput { |
| | | withMonth?: string; |
| | | fileTypes?: CustomerUploadMonthApplyFileType[]; |
| | | } |
| | | |
| | | interface CustomerUploadMonthApplyFileType { |
| | | fileSearchTypeId?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface CustomerUploadMonthApplyFileTypeDto { |
| | | fileSearchTypeId?: string; |
| | | id?: string; |
| | | fileSearchTypeName?: string; |
| | | fileType?: string; |
| | | fileSize?: number; |
| | | fileUrl?: string; |
| | | sort?: number; |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface DataprepareCreateExtInfo { |
| | | contextParams?: string; |
| | | shortUrl?: string; |
| | |
| | | } |
| | | |
| | | type DecimalDecimalValueTuple = true; |
| | | |
| | | interface DeleteMonthApplySingleFileInput { |
| | | monthApplyId?: string; |
| | | fileSearchTypeId?: string; |
| | | detaiFileId?: string; |
| | | } |
| | | |
| | | interface DistTemplateCreateContractInput { |
| | | /** 订单签约Id */ |
| | |
| | | freeCount?: number; |
| | | } |
| | | |
| | | interface EnterpriseApplyDrawWithInput { |
| | | amount?: number; |
| | | invoiceUrl?: string; |
| | | } |
| | | |
| | | interface EnterpriseBatchRefundInput { |
| | | guid?: string; |
| | | listOrderNo?: number[]; |
| | |
| | | } |
| | | |
| | | type EnterpriseMaterialTypeEnum = 10 | 11 | 20; |
| | | |
| | | type EnterpriseMonthApplyStatusEnum = 10 | 20; |
| | | |
| | | type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30; |
| | | |
| | | type EnterprisePrechargeInComeStatusEnum = 10 | 20; |
| | | |
| | | type EnterpriseRechargeStatusEnum = 10 | 20 | 30; |
| | | |
| | |
| | | fileId?: string; |
| | | } |
| | | |
| | | type FinanceStatusEnum = 1 | 2; |
| | | type FinanceStatusEnum = 1 | 2 | 3; |
| | | |
| | | type FinanceTypeEnum = 10 | 20; |
| | | |
| | |
| | | operator?: string; |
| | | } |
| | | |
| | | interface GetCustomerUploadApplyFilesByTypeInput { |
| | | fileSearchTypeId?: string; |
| | | monthApplyId?: string; |
| | | } |
| | | |
| | | interface GetCustomerUploadApplyFilesByTypeOutput { |
| | | id?: string; |
| | | fileType?: string; |
| | | fileSize?: number; |
| | | fileUrl?: string; |
| | | } |
| | | |
| | | interface GetCustomerUploadApplyFilesInput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | withMonth?: string; |
| | | } |
| | | |
| | | interface GetCustomerUploadApplyFilesOutput { |
| | | id?: string; |
| | | fileSearchTypeId?: string; |
| | | fileCount?: number; |
| | | isUpload?: boolean; |
| | | lastUpdateTime?: string; |
| | | monthApplyId?: string; |
| | | withMonth?: string; |
| | | searchType?: number; |
| | | enterpriseName?: string; |
| | | parkName?: string; |
| | | fileTypeName?: string; |
| | | sort?: number; |
| | | listFiles?: CustomerApplyFileDetailDto[]; |
| | | } |
| | | |
| | | interface GetCustomerUploadFileRecordOutput { |
| | | id?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseBuntyTradeDto { |
| | | id?: string; |
| | | payDateTime?: string; |
| | |
| | | data?: GetEnterpriseCredentialDataResponse; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithDetailOutput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | enterpriseName?: string; |
| | | societyCreditCode?: string; |
| | | creationTime?: string; |
| | | accountName?: string; |
| | | bankNumber?: string; |
| | | bankName?: string; |
| | | bankResumeName?: string; |
| | | amount?: number; |
| | | remainAmount?: number; |
| | | invoiceUrl?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | checkTime?: string; |
| | | checkUserId?: string; |
| | | checkRemark?: string; |
| | | checkFileUrl?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithListInput { |
| | | pageModel?: Pagination; |
| | | keyWord?: string; |
| | | beginDateTime?: string; |
| | | endDateTime?: string; |
| | | enterpriseId?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithListOutput { |
| | | drawWithId?: string; |
| | | enterpriseId?: string; |
| | | enterpriseName?: string; |
| | | societyCreditCode?: string; |
| | | creationTime?: string; |
| | | enterpriseType?: string; |
| | | parkName?: string; |
| | | parkType?: string; |
| | | amount?: number; |
| | | remainAmount?: number; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | checkTime?: string; |
| | | checkRemark?: string; |
| | | checkFileUrl?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseDrawWithListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterpriseDrawWithListOutput[]; |
| | | } |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | withMonth?: string; |
| | | creationTime?: string; |
| | | uploadStatus?: EnterpriseMonthUploadStatusEnum; |
| | | applyStatus?: EnterpriseMonthApplyStatusEnum; |
| | | } |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutputPageOutput { |
| | | 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 { |
| | | pageModel?: Pagination; |
| | | keyWord?: string; |
| | |
| | | data?: GetEnterprisePreChargeCheckListOutput[]; |
| | | } |
| | | |
| | | interface GetEnterprisePrechargeListOutput { |
| | | id?: string; |
| | | /** 充值金额 */ |
| | | prechargeAmount?: number; |
| | | /** 充值凭证 */ |
| | | rechargeVoucherFileUrl?: string; |
| | | /** 审核备注 */ |
| | | checkRemark?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | inComeStatus?: EnterprisePrechargeInComeStatusEnum; |
| | | /** 提交日期 */ |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface GetEnterprisePrechargeListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterprisePrechargeListOutput[]; |
| | | } |
| | | |
| | | interface GetEnterpriseRechargeDetail { |
| | | id?: string; |
| | | /** 收款账号 */ |
| | | /** 充值账号 */ |
| | | incomeBankNum?: string; |
| | | /** 收款企业名称 */ |
| | | /** 企业名称 */ |
| | | incomeEnterpriseName?: string; |
| | | /** 出款账号 */ |
| | | outBankNum?: string; |
| | |
| | | outBankResumeName?: string; |
| | | /** 出账回单 */ |
| | | outReceiptFileUrl?: string; |
| | | /** 充值凭证 */ |
| | | rechargeVoucherFileUrl?: string; |
| | | /** 审核备注 */ |
| | | checkRemark?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | |
| | | settleTimeBegin?: string; |
| | | /** 发放结束日期 */ |
| | | settleTimeEnd?: string; |
| | | /** 拨付起始日期 */ |
| | | financeTimeBegin?: string; |
| | | /** 拨付结束日期 */ |
| | | financeTimeEnd?: string; |
| | | /** 入账起始日期 */ |
| | | incomeTimeBegin?: string; |
| | | /** 拨付入账结束日期 */ |
| | | financeIncomeTimeEnd?: string; |
| | | /** 拨付入账起始日期 */ |
| | | financeIncomeTimeBegin?: string; |
| | | /** 入账结束日期 */ |
| | | incomeTimeEnd?: string; |
| | | /** 外部审核起始日期 */ |
| | |
| | | settleTime?: string; |
| | | incomeStatus?: IncomeStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 财政入账时间 */ |
| | | financeIncomeTime?: string; |
| | | billStatus?: BillStatusEnum; |
| | | financeIncomeStatus?: IncomeStatusEnum; |
| | | /** 内部审核日期 */ |
| | | inCheckTime?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | |
| | | settleSumAmount?: number; |
| | | /** 财政发放金额 */ |
| | | financeSumAmount?: number; |
| | | /** 是否已经启用奖励金申报 */ |
| | | rewardEnable?: boolean; |
| | | /** 奖励金模板是否配置 */ |
| | | rewardTemplateSetting?: boolean; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutputPageOutput { |
| | |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | transferToStatus?: TransferToStatusEnum; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailByIdInput { |
| | |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | data?: GetParkBountyTradeOutput[]; |
| | | } |
| | | |
| | | interface GetParkCollectFileTypeListInput { |
| | | parkId?: string; |
| | | searchType?: number; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyApplyOutput { |
| | | id?: string; |
| | | /** 申请批次号 */ |
| | |
| | | /** 凭证 */ |
| | | payFileUrl?: string; |
| | | payFileUrls?: string[]; |
| | | financeType?: FinanceTypeEnum; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyConsumptionOutputPageOutput { |
| | |
| | | data?: GetParkCustomerBountyConsumptionOutput[]; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyGrantOutput { |
| | | interface GetParkCustomerBountyFinanceOutput { |
| | | id?: string; |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 申报月份 */ |
| | | applyMonth?: string; |
| | | /** 申报总额 */ |
| | | applySumAmount?: number; |
| | | /** 财政拨付金额 */ |
| | | financeToAmount?: number; |
| | | /** 财政拨付入账时间 */ |
| | | financeToTime?: string; |
| | | /** 财政拨付发放日期 */ |
| | | financeTime?: string; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | /** 拨付入账凭证 */ |
| | | financeToFileUrl?: string; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyFinanceOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkCustomerBountyFinanceOutput[]; |
| | | } |
| | | |
| | | interface GetParkCustomerBountySettleOutput { |
| | | id?: string; |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 申报月份 */ |
| | | applyMonth?: string; |
| | | /** 申报总额 */ |
| | | applySumAmount?: number; |
| | | /** 平台充值入账时间 */ |
| | |
| | | transferToFileUrl?: string; |
| | | /** 财政拨付金额 */ |
| | | financeToAmount?: number; |
| | | /** 财政拨付入账时间 */ |
| | | financeToTime?: string; |
| | | /** 财政拨付发放日期 */ |
| | | financeTime?: string; |
| | | /** 平台充值发放日期 */ |
| | | settleTime?: string; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | /** 拨付入账凭证 */ |
| | | financeToFileUrl?: string; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyGrantOutputPageOutput { |
| | | interface GetParkCustomerBountySettleOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkCustomerBountyGrantOutput[]; |
| | | data?: GetParkCustomerBountySettleOutput[]; |
| | | } |
| | | |
| | | interface GetParkCustomerManageDetailOutput { |
| | |
| | | applyCount?: number; |
| | | /** 最近申报 */ |
| | | lastApplyTime?: string; |
| | | /** 发放次数 */ |
| | | payCount?: number; |
| | | /** 最近发放时间 */ |
| | | lastPayTime?: string; |
| | | lastFinanceTime?: string; |
| | | /** 财政拨付次数 */ |
| | | financeCount?: number; |
| | | /** 财政入账次数 */ |
| | | financeIncomeCount?: number; |
| | | /** 充值次数 */ |
| | | settleCount?: number; |
| | | /** 充值入账次数 */ |
| | | settleIncomeCount?: number; |
| | | /** 最近充值日期 */ |
| | | lastSettleTime?: string; |
| | | /** 发放总额 */ |
| | | bountySumAmount?: number; |
| | | settleSumAmount?: number; |
| | | /** 充值总额 */ |
| | | financeSumAmount?: number; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | } |
| | |
| | | bankName?: 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 { |
| | |
| | | bountyAmount?: number; |
| | | /** 充值余额 */ |
| | | rechargeAmount?: number; |
| | | /** 财政拨付余额 */ |
| | | financeAmount?: number; |
| | | enterpriseName?: string; |
| | | societyCreditCode?: string; |
| | | licenseUrl?: string; |
| | |
| | | |
| | | type IncomeStatusEnum = 1 | 2; |
| | | |
| | | interface IndustrialParkApplyFileFile { |
| | | /** 210 企业材料 220 汇总材料 */ |
| | | applyFileType?: number; |
| | | /** 园区材料 */ |
| | | industrialParkFileTypeSetting?: string[]; |
| | | } |
| | | |
| | | interface IndustrialParkDetailOutput { |
| | | id?: string; |
| | | /** 园区名称 */ |
| | |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | status?: IndustrialParkStatusEnum; |
| | | /** 是否已经启用奖励金申报 */ |
| | | rewardEnable?: boolean; |
| | | /** 奖励金模板是否配置 */ |
| | | rewardTemplateSetting?: boolean; |
| | | /** 维护的公司 */ |
| | | companyOrgId?: string; |
| | | /** 维护的公司 */ |
| | | companyOrgName?: string; |
| | | /** 维护的部门 */ |
| | | departmentOrgId?: string; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | /** 注册地址 */ |
| | | registerAddress?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | industrialParkFileTypeList?: IndustrialParkFileTypeOutput[]; |
| | | } |
| | | |
| | | interface IndustrialParkDropDownOutput { |
| | |
| | | parkTypeId?: string; |
| | | /** 园区类型名称 */ |
| | | parkTypeName?: string; |
| | | /** 是否已经启用奖励金申报 */ |
| | | rewardEnable?: boolean; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | } |
| | | |
| | | interface IndustrialParkFileTypeOutput { |
| | | /** 210 企业材料 220 汇总材料 */ |
| | | applyFileType?: number; |
| | | /** 园区材料 */ |
| | | fileSearchTypeId?: string; |
| | | } |
| | | |
| | | interface IndustrialParkListOutput { |
| | |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | status?: IndustrialParkStatusEnum; |
| | | /** 是否已经启用奖励金申报 */ |
| | | rewardEnable?: boolean; |
| | | /** 奖励金模板是否配置 */ |
| | | rewardTemplateSetting?: boolean; |
| | | /** 维护的公司 */ |
| | | companyOrgId?: string; |
| | | /** 维护的公司 */ |
| | | companyOrgName?: string; |
| | | /** 维护的部门 */ |
| | | departmentOrgId?: string; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | } |
| | | |
| | | interface IndustrialParkListOutputPageOutput { |
| | |
| | | settleFileUrl?: string; |
| | | /** 财政发放凭证 */ |
| | | financeFileUrl?: string; |
| | | /** 是否支持企业上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |
| | |
| | | settleSumAmount?: number; |
| | | /** 财政发放金额 */ |
| | | financeSumAmount?: number; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface ParkBountyApplyBatchFinanceInput { |
| | | 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; |
| | |
| | | lastPayBeginTime?: string; |
| | | /** 最近发放结束日期 */ |
| | | lastPayEndTime?: string; |
| | | /** 最近充值结束日期 */ |
| | | lastSettleEndTime?: string; |
| | | lastSettleBeginTime?: string; |
| | | } |
| | | |
| | | interface QueryParkOrHRAuditPageInput { |
| | |
| | | bountyCollectFileUrl?: string; |
| | | /** 申报总额 */ |
| | | applySumAmount?: number; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface SaveParkBountyApplyGatherFileInput { |
| | | parkBountyApplyId?: string; |
| | | /** 企业营收汇总表 */ |
| | | enterpriseOperateFileUrl?: string; |
| | | /** 企业缴税明细表 */ |
| | | enterpriseTaxSubFileUrl?: string; |
| | | /** 入驻关联说明 */ |
| | | enterpriseRelateFileUrl?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface SaveWalletPayChannelFeeSettingInput { |
| | |
| | | auditNote?: string; |
| | | } |
| | | |
| | | interface SetIndustrialParkRewardEnableInput { |
| | | id?: string; |
| | | rewardEnable?: boolean; |
| | | } |
| | | |
| | | interface SetIndustrialParkStatusInput { |
| | | id?: string; |
| | | opStatus?: IndustrialParkStatusEnum; |
| | |
| | | type?: number; |
| | | } |
| | | |
| | | type SettleStatusEnum = 1 | 2; |
| | | type SettleStatusEnum = 1 | 2 | 3 | -1; |
| | | |
| | | interface SetUserCertificationAuditStatusInput { |
| | | /** 审核Id */ |
| | |
| | | remark?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 密码 */ |
| | |
| | | leaderMobile?: string; |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | /** 注册地址 */ |
| | | registerAddress: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 是否已经启用奖励金申报 */ |
| | | rewardEnable?: boolean; |
| | | /** 奖励金模板是否配置 */ |
| | | rewardTemplateSetting?: boolean; |
| | | /** 维护的公司 */ |
| | | companyOrgId?: string; |
| | | /** 维护的部门 */ |
| | | departmentOrgId?: string; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 是否支持用户提现 */ |
| | | suportWithDraw?: boolean; |
| | | /** 文件 */ |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | id?: string; |
| | | } |
| | | |
| | |
| | | insurePolicyId?: string; |
| | | /** 投保单 */ |
| | | insureBillUrl?: string; |
| | | } |
| | | |
| | | interface UploadMonthApplySingleFilesInput { |
| | | monthApplyId?: string; |
| | | fileSearchTypeId?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface UploadParkApplyCustomerFilesInput { |
| | | parkBountyApplyId?: string; |
| | | companyId?: string; |
| | | fileTypes?: UploadParkApplyCustomerFileTypes[]; |
| | | } |
| | | |
| | | interface UploadParkApplyCustomerFileTypes { |
| | | fileSearchTypeId?: string; |
| | | fileSearchTypeName?: string; |
| | | fileCount?: number; |
| | | sort?: number; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface UploadParkBountyApplyCompanyFileInput { |
| | |
| | | companyOrgId?: string; |
| | | /** 组织架构部门id */ |
| | | departmentOrgId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | } |
| | | |
| | | interface UserDtoPageOutput { |
| | |
| | | /** 电子签印章图片生成状态 0未生成 1已生成 */ |
| | | signatureImageStatus?: number; |
| | | certificationChannel?: UserCertificationChannelEnum; |
| | | industrialParkId?: string; |
| | | industrialParkName?: string; |
| | | suportEnterpriseUpload?: boolean; |
| | | suportPlatRecharge?: boolean; |
| | | rewardEnable?: boolean; |
| | | suportWithDraw?: boolean; |
| | | isHasBountyApply?: boolean; |
| | | } |
| | | |
| | | interface UserMessageInfo { |