| | |
| | | leaderMobile?: string; |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | /** 注册地址 */ |
| | | registerAddress: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 是否已经启用奖励金申报 */ |
| | | rewardEnable?: boolean; |
| | | /** 奖励金模板是否配置 */ |
| | | rewardTemplateSetting?: boolean; |
| | | /** 维护的公司 */ |
| | | companyOrgId?: string; |
| | | /** 维护的部门 */ |
| | | departmentOrgId?: string; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 文件 */ |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | } |
| | | |
| | | interface AddIndustryBodyAuditInput { |
| | |
| | | /** 公告排序 */ |
| | | sort: number; |
| | | userId?: string; |
| | | } |
| | | |
| | | interface AddParkBountyApplyStepOneInput { |
| | | batchNo?: string; |
| | | parkId?: string; |
| | | applyMonth?: string; |
| | | removeCompanyIds?: string[]; |
| | | } |
| | | |
| | | interface AddSysOrgInput { |
| | |
| | | isCache?: boolean; |
| | | } |
| | | |
| | | interface APIaddSearchSettingClickCountParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIadvertiseOffShelfParams { |
| | | /** 资讯广告Id */ |
| | | id?: string; |
| | |
| | | |
| | | interface APIcalculationWalletBatchImportTempPayFeeParams { |
| | | walletAccountType?: WalletAccountTypeEnum; |
| | | } |
| | | |
| | | interface APIcancelParkBountyApplyParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIcheckUserCertificationRepeatParams { |
| | |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerFileTypeHeadParams { |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerTemplateDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerUploadFileRecordParams { |
| | | withMonth?: string; |
| | | } |
| | | |
| | | interface APIgetDefaultConnectionStringParams { |
| | | id?: string; |
| | | } |
| | |
| | | transactionDetailId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseLastUploadEnterPactFileParams { |
| | | companyId?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseMaterialIdByUserIdParams { |
| | | userId?: string; |
| | | materialType?: EnterpriseMaterialTypeEnum; |
| | | } |
| | | |
| | | interface APIgetEnterpriseRechargeDetailParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams { |
| | |
| | | } |
| | | |
| | | interface APIgetParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetParkBountyApplyBatchFinanceEnterpriseParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIgetParkBountyApplyBatchTransferEnterpriseParams { |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface APIgetParkCustomerManageBaseDetailParams { |
| | | id?: string; |
| | | } |
| | | |
| | |
| | | userId?: string; |
| | | } |
| | | |
| | | type BountyCheckStatusEnum = 10 | 20 | 30; |
| | | type BountyCheckStatusEnum = 10 | 20 | 30 | -10; |
| | | |
| | | type BusinessSettingTypeEnum = 10; |
| | | |
| | |
| | | phoneNumber: string; |
| | | /** 验证码 */ |
| | | verificationCode?: string; |
| | | } |
| | | |
| | | interface CheckUserEnterpriseRechargeInput { |
| | | id?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 充值凭证 */ |
| | | rechargeVoucherFileUrl?: string; |
| | | remark?: string; |
| | | } |
| | | |
| | | interface CheckUserWalletBalanceInfoOutput { |
| | |
| | | status?: CooperationApplyStatusEnum; |
| | | } |
| | | |
| | | interface CreateGoverUserInput { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 密码 */ |
| | | password?: string; |
| | | } |
| | | |
| | | interface CreateInformationAdvertiseInput { |
| | | /** 对外联系人 */ |
| | | outerContacter?: string; |
| | |
| | | description?: string; |
| | | parkCustomersCount?: ParkCustomersCountTypeEnum; |
| | | /** 成立年份 */ |
| | | setUpDate: number; |
| | | setUpDate?: number; |
| | | serveSetting?: string[]; |
| | | workOfType?: string[]; |
| | | parkStyle?: ParkStyleDto[]; |
| | |
| | | description?: string; |
| | | parkCustomersCount?: ParkCustomersCountTypeEnum; |
| | | /** 成立年份 */ |
| | | setUpDate: number; |
| | | setUpDate?: number; |
| | | serveSetting?: string[]; |
| | | workOfType?: string[]; |
| | | parkStyle?: ParkStyleDto[]; |
| | |
| | | name: string; |
| | | /** 排序 */ |
| | | sequence?: number; |
| | | } |
| | | |
| | | interface CreateParkBountyTradeInput { |
| | | enterpriseId?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | | payFileUrl?: string; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | } |
| | | |
| | | interface CreateParkOrHRAdvertiseInput { |
| | |
| | | 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; |
| | | fileType?: string; |
| | | fileSize?: number; |
| | | fileUrl?: string; |
| | | } |
| | | |
| | | interface DataprepareCreateExtInfo { |
| | | contextParams?: string; |
| | | shortUrl?: string; |
| | |
| | | } |
| | | |
| | | type DecimalDecimalValueTuple = true; |
| | | |
| | | interface DeleteMonthApplySingleFileInput { |
| | | monthApplyId?: string; |
| | | fileSearchTypeId?: string; |
| | | detaiFileId?: string; |
| | | } |
| | | |
| | | interface DistTemplateCreateContractInput { |
| | | /** 订单签约Id */ |
| | |
| | | datesCount?: number; |
| | | /** 合同页面键值(非全部) */ |
| | | listParams?: Record<string, any>; |
| | | } |
| | | |
| | | interface EditParkBountyApplyStepOneInput { |
| | | parkBountyApplyId?: string; |
| | | removeCompanyIds?: string[]; |
| | | } |
| | | |
| | | interface EDZ001Input { |
| | |
| | | |
| | | type EnterpriseMaterialTypeEnum = 10 | 11 | 20; |
| | | |
| | | type EnterpriseMonthApplyStatusEnum = 10 | 20; |
| | | |
| | | type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30; |
| | | |
| | | type EnterpriseRechargeStatusEnum = 10 | 20 | 30; |
| | | |
| | | interface EnterpriseRegVerifyInput { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | |
| | | interface EntityExtensionDto { |
| | | properties?: Record<string, any>; |
| | | configuration?: Record<string, any>; |
| | | } |
| | | |
| | | interface ExportBountyApplyData { |
| | | /** 企业名称 */ |
| | | enterpriseName: string; |
| | | /** 信用代码 */ |
| | | societyCreditCode: string; |
| | | /** 财政拨付金额 */ |
| | | financeToAmountStr?: string; |
| | | /** 平台充值金额 */ |
| | | transferToAmountStr?: string; |
| | | /** 财政拨付金额 */ |
| | | financeToAmount?: number; |
| | | /** 平台充值金额 */ |
| | | transferToAmount?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface ExportInsStaffInput { |
| | |
| | | subMsg?: string; |
| | | fileId?: string; |
| | | } |
| | | |
| | | type FinanceStatusEnum = 1 | 2; |
| | | |
| | | type FinanceTypeEnum = 10 | 20; |
| | | |
| | | interface FirstPartyCompanyAuditDatilOutput { |
| | | id?: string; |
| | |
| | | endRegistDate?: string; |
| | | } |
| | | |
| | | interface GetApplyCompanyListInput { |
| | | pageModel?: Pagination; |
| | | parkId?: string; |
| | | searchKeyWord?: string; |
| | | /** 基本户是否已完善 */ |
| | | bankIsVerify?: boolean; |
| | | /** 营业执照是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | /** 选择公司Id */ |
| | | removeCompanyIds?: string[]; |
| | | } |
| | | |
| | | interface GetAreaListInput { |
| | | /** 1省 2市 3区 4镇 */ |
| | | layer?: number; |
| | |
| | | delList?: InsureInsStaffList[]; |
| | | updateList?: InsureInsStaffList[]; |
| | | remainList?: InsureInsStaffList[]; |
| | | } |
| | | |
| | | interface GetBatchChooseCompanyOutput { |
| | | listCanChooseCompany?: GetCompanyNameListOutput[]; |
| | | listDeleteChooseCompany?: GetCompanyNameListOutput[]; |
| | | } |
| | | |
| | | interface GetBusinessPayInfoInput { |
| | |
| | | insureQrCode?: string; |
| | | } |
| | | |
| | | interface GetCompanyNameListInput { |
| | | parkId?: string; |
| | | /** 选择公司Id */ |
| | | removeCompanyIds?: string[]; |
| | | } |
| | | |
| | | interface GetCompanyNameListOutput { |
| | | companyId?: string; |
| | | name?: string; |
| | | } |
| | | |
| | | interface GetCooperationApplyInput { |
| | | pageModel?: Pagination; |
| | | status?: CooperationApplyStatusEnum; |
| | |
| | | data?: GetCustomerListOutput[]; |
| | | } |
| | | |
| | | interface GetCustomerParkBountyApplyListInput { |
| | | pageModel?: Pagination; |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 申请起始日期 */ |
| | | creationTimeBegin?: string; |
| | | /** 申请结束日期 */ |
| | | creationTimeEnd?: string; |
| | | /** 内部审核起始日期 */ |
| | | inCheckTimeBegin?: string; |
| | | /** 内部审核结束日期 */ |
| | | inCheckTimeEnd?: string; |
| | | /** 外部审核起始日期 */ |
| | | outCheckTimeBegin?: string; |
| | | /** 外部审核结束日期 */ |
| | | outCheckTimeEnd?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | } |
| | | |
| | | interface GetCustomersExportInput { |
| | | /** 查询条件:甲方名称/联系人 */ |
| | | queryCondition?: string; |
| | |
| | | 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; |
| | | enterpriseName?: string; |
| | | parkName?: string; |
| | | fileTypeName?: string; |
| | | sort?: number; |
| | | listFiles?: CustomerApplyFileDetailDto[]; |
| | | } |
| | | |
| | | interface GetCustomerUploadFileRecordOutput { |
| | | id?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseBuntyTradeDto { |
| | | id?: string; |
| | | payDateTime?: string; |
| | |
| | | remianAmount?: number; |
| | | payRemark?: string; |
| | | fileUrl?: string; |
| | | financeType?: FinanceTypeEnum; |
| | | payFileUrls?: string[]; |
| | | } |
| | | |
| | |
| | | errmsg?: string; |
| | | cost?: string; |
| | | data?: GetEnterpriseCredentialDataResponse; |
| | | } |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | withMonth?: string; |
| | | creationTime?: string; |
| | | uploadStatus?: EnterpriseMonthUploadStatusEnum; |
| | | applyStatus?: EnterpriseMonthApplyStatusEnum; |
| | | } |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterpriseMonthApplyFileOutput[]; |
| | | } |
| | | |
| | | interface GetEnterprisePreChargeCheckListInput { |
| | | pageModel?: Pagination; |
| | | keyWord?: string; |
| | | beginDateTime?: string; |
| | | endDateTime?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | } |
| | | |
| | | interface GetEnterprisePreChargeCheckListOutput { |
| | | id?: string; |
| | | /** 登录账号 */ |
| | | userName?: string; |
| | | /** 银行账户 */ |
| | | outBankNum?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 出款企业账户名称 */ |
| | | outEnterpriseName?: string; |
| | | /** 充值金额 */ |
| | | prechargeAmount?: number; |
| | | /** 出账所属银行 */ |
| | | outBankName?: string; |
| | | /** 充值流水号 */ |
| | | rechargeSerialNo?: string; |
| | | /** 提交日期 */ |
| | | creationTime?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | } |
| | | |
| | | interface GetEnterprisePreChargeCheckListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterprisePreChargeCheckListOutput[]; |
| | | } |
| | | |
| | | interface GetEnterpriseRechargeDetail { |
| | | id?: string; |
| | | /** 充值账号 */ |
| | | incomeBankNum?: string; |
| | | /** 企业名称 */ |
| | | incomeEnterpriseName?: string; |
| | | /** 出款账号 */ |
| | | outBankNum?: string; |
| | | /** 出款企业名称 */ |
| | | outEnterpriseName?: string; |
| | | /** 充值金额 */ |
| | | prechargeAmount?: number; |
| | | /** 出账所属银行 */ |
| | | outBankName?: string; |
| | | /** 出账支行名称 */ |
| | | outBankResumeName?: string; |
| | | /** 出账回单 */ |
| | | outReceiptFileUrl?: string; |
| | | /** 充值凭证 */ |
| | | rechargeVoucherFileUrl?: string; |
| | | /** 审核备注 */ |
| | | checkRemark?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | /** 提交日期 */ |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface GetFeatureListResultDto { |
| | |
| | | signName?: string; |
| | | status?: LgGigWorkerSignStatus; |
| | | settingStatus?: LgGigWorkerSignSettingStatus; |
| | | } |
| | | |
| | | interface GetGoverDataBoardOutput { |
| | | /** 待审核 */ |
| | | waitCheckEnterpriseNumber?: number; |
| | | /** 奖励金待发放 */ |
| | | waitForSettleRewardNumber?: number; |
| | | /** 累计已审核企业 */ |
| | | accumulatedCheckEnterpriseNumber?: number; |
| | | /** 累计已审核通过企业 */ |
| | | accumulatedCheckPassEnterpriseNumber?: number; |
| | | /** 累计未审核通过企业 */ |
| | | accumulatedCheckRejectEnterpriseNumber?: number; |
| | | /** 累计已发放奖励金 */ |
| | | accumulatedHasSettleRewardAmount?: number; |
| | | /** 累计待发放奖励金 */ |
| | | accumulatedWaitForSettleRewardAmount?: number; |
| | | /** 累计已使用奖励金 */ |
| | | accumulatedUsedRewardAmount?: number; |
| | | } |
| | | |
| | | interface GetHasApplyCompanyNameListInput { |
| | | parkBountyApplyId?: string; |
| | | /** 选择公司Id */ |
| | | removeCompanyIds?: string[]; |
| | | } |
| | | |
| | | interface GetHeadlineInformationInput { |
| | |
| | | endDate?: string; |
| | | } |
| | | |
| | | interface GetNotTransferCompanyNameListOutput { |
| | | companyId?: string; |
| | | name?: string; |
| | | parkBountyApplyDetailId?: string; |
| | | } |
| | | |
| | | interface GetOperateHistoryInput { |
| | | pageModel?: Pagination; |
| | | relationId?: string; |
| | |
| | | enterinessName?: string; |
| | | } |
| | | |
| | | interface GetParkApplyCompanyStepTwoListInput { |
| | | pageModel?: Pagination; |
| | | parkBountyApplyId?: string; |
| | | searchKeyWord?: string; |
| | | /** 基本户是否已完善 */ |
| | | bankIsVerify?: boolean; |
| | | /** 营业执照是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | /** 选择公司Id */ |
| | | removeCompanyIds?: string[]; |
| | | } |
| | | |
| | | interface GetParkBountyApplyFileInput { |
| | | parkBountyApplyId?: string; |
| | | companyId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyFileOutput { |
| | | /** 园区类型 */ |
| | | parkType?: string; |
| | | /** 园区入驻协议 */ |
| | | parkEnterPactUrl?: string; |
| | | /** 完税证明 */ |
| | | ratePaymentFileUrl?: string; |
| | | /** 企业缴税明细汇总表 */ |
| | | taxSubFileUrl?: string; |
| | | /** 企业经营利润表 */ |
| | | operateProfitesUrl?: string; |
| | | /** 入驻关联说明 */ |
| | | personTaxInstructUrl?: string; |
| | | /** C端个税完税情况说明 */ |
| | | personTaxRatePayUrl?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyInfoInput { |
| | | pageModel?: Pagination; |
| | | parkBountyApplyId?: string; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyInfoOutput { |
| | | parkBountyApplyBaseInfo?: ParkBountyApplyBaseInfo; |
| | | parkBountyApplyDetailInfoList?: ParkBountyApplyDetailInfo[]; |
| | | /** 基本户是否已完善 */ |
| | | bankIsVerify?: boolean; |
| | | /** 营业执照是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListInput { |
| | |
| | | settleTimeBegin?: string; |
| | | /** 发放结束日期 */ |
| | | settleTimeEnd?: string; |
| | | /** 拨付起始日期 */ |
| | | financeTimeBegin?: string; |
| | | /** 拨付结束日期 */ |
| | | financeTimeEnd?: string; |
| | | /** 入账起始日期 */ |
| | | incomeTimeBegin?: string; |
| | | /** 入账结束日期 */ |
| | |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | settleStatus?: SettleStatusEnum; |
| | | incomeStatus?: IncomeStatusEnum; |
| | | financeStatus?: FinanceStatusEnum; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutput { |
| | | id?: string; |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 入账时间 */ |
| | | incomeTime?: string; |
| | | /** 申请园区Id */ |
| | | parkId?: string; |
| | | /** 申请园区 */ |
| | |
| | | /** 发放日期 */ |
| | | settleTime?: string; |
| | | incomeStatus?: IncomeStatusEnum; |
| | | /** 入账日期 */ |
| | | incomeTime?: string; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 内部审核日期 */ |
| | | inCheckTime?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 外部审核日期 */ |
| | | outCheckTime?: string; |
| | | /** 发放凭证 */ |
| | | settleFileUrl?: string; |
| | | financeStatus?: FinanceStatusEnum; |
| | | /** 财政发放时间 */ |
| | | financeTime?: string; |
| | | /** 财政发放凭证 */ |
| | | financeFileUrl?: string; |
| | | /** 充值金额 */ |
| | | settleSumAmount?: number; |
| | | /** 财政发放金额 */ |
| | | financeSumAmount?: number; |
| | | /** 是否已经启用奖励金申报 */ |
| | | rewardEnable?: boolean; |
| | | /** 奖励金模板是否配置 */ |
| | | rewardTemplateSetting?: boolean; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutputPageOutput { |
| | |
| | | } |
| | | |
| | | interface GetParkBountyApplyTransferInfoInput { |
| | | pageModel?: Pagination; |
| | | parkBountyApplyId?: string; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | transferToStatus?: TransferToStatusEnum; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | } |
| | | |
| | | interface GetParkBountyApplyTransferInfoOutput { |
| | | parkBountyApplyBaseInfo?: ParkBountyApplyBaseInfo; |
| | | parkBountyApplyTransferDetailInfoList?: ParkBountyApplyTransferDetailInfo[]; |
| | | interface GetParkBountyTradeDetailByIdInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | /** 申请起始日期 */ |
| | | creationTimeBegin?: string; |
| | | /** 申请结束日期 */ |
| | | creationTimeEnd?: string; |
| | | /** 出账起始日期 */ |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | enterpriseId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | | id?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | | payFileUrl?: string; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | /** 出账时间 */ |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeDetailOutput[]; |
| | | } |
| | | |
| | | interface GetParkBountyTradeInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | /** 申请起始日期 */ |
| | | creationTimeBegin?: string; |
| | | /** 申请结束日期 */ |
| | | creationTimeEnd?: string; |
| | | /** 出账起始日期 */ |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutput { |
| | | enterpriseId?: string; |
| | | /** 账号 */ |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 电话 */ |
| | | contactPhone?: string; |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | authType?: EnterpriseTypeEnum; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账时间 */ |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | /** 申请园区 */ |
| | | parkName?: string; |
| | | /** 申请园区类型 */ |
| | | parkTypeName?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeOutput[]; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyApplyOutput { |
| | | id?: string; |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 申请日期 */ |
| | | creationTime?: string; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 内部审核日期 */ |
| | | inCheckTime?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 外部审核日期 */ |
| | | outCheckTime?: string; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyApplyOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkCustomerBountyApplyOutput[]; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyConsumptionOutput { |
| | | id?: string; |
| | | /** 奖励金消费日期 */ |
| | | payDateTime?: string; |
| | | /** 消费金额 */ |
| | | amount?: number; |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | /** 凭证 */ |
| | | payFileUrl?: string; |
| | | payFileUrls?: string[]; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyConsumptionOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkCustomerBountyConsumptionOutput[]; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | interface GetParkCustomerBountyGrantOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkCustomerBountyGrantOutput[]; |
| | | } |
| | | |
| | | interface GetParkCustomerManageDetailOutput { |
| | | id?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 信用代码 */ |
| | | societyCreditCode?: string; |
| | | enterpriseType?: EnterpriseTypeEnum; |
| | | industrialParkId?: string; |
| | | /** 所属园区 */ |
| | | industrialParkName?: string; |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | /** 园区类型名称 */ |
| | | parkTypName?: string; |
| | | /** 营业执照 */ |
| | | licenseUrl?: string; |
| | | /** 银行总行名称 */ |
| | | bankName?: string; |
| | | /** 银行支行名称 */ |
| | | bankBranchName?: string; |
| | | /** 银行卡号 */ |
| | | bankCardNumber?: string; |
| | | } |
| | | |
| | | interface GetParkCustomerManageOutput { |
| | | id?: string; |
| | | /** 帐号 */ |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 电话 */ |
| | | phoneNumber?: string; |
| | | enterpriseType?: EnterpriseTypeEnum; |
| | | industrialParkId?: string; |
| | | /** 所属园区 */ |
| | | industrialParkName?: string; |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | /** 园区类型名称 */ |
| | | parkTypName?: string; |
| | | /** 营业执照是否已完善 */ |
| | | licenseIsVerify?: boolean; |
| | | /** 企业信息是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | bankName?: string; |
| | | bankBranchName?: string; |
| | | bankCardNumber?: string; |
| | | bankIsVerify?: boolean; |
| | | /** 申报次数 */ |
| | | applyCount?: number; |
| | | /** 最近申报 */ |
| | | lastApplyTime?: string; |
| | | /** 发放次数 */ |
| | | payCount?: number; |
| | | /** 最近发放时间 */ |
| | | lastPayTime?: string; |
| | | /** 发放总额 */ |
| | | bountySumAmount?: number; |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | } |
| | | |
| | | interface GetParkCustomerManageOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkCustomerManageOutput[]; |
| | | } |
| | | |
| | | interface GetParkOrHRInfoByUserInput { |
| | |
| | | maxAmount?: number; |
| | | /** 查询条件:买家名称/卖家名称/产品名称 */ |
| | | queryCondition?: string; |
| | | } |
| | | |
| | | interface GetPlatIncomeRechargeAccountOutput { |
| | | bankNumber?: string; |
| | | bankName?: string; |
| | | bankBranchName?: string; |
| | | bankAccountName?: string; |
| | | incomeCompany?: string; |
| | | } |
| | | |
| | | interface GetProductAdvertiseByCategoryInput { |
| | |
| | | interface GetUserBaseEnterpriseInfoOutput { |
| | | /** 奖励金余额 */ |
| | | bountyAmount?: number; |
| | | /** 充值余额 */ |
| | | rechargeAmount?: number; |
| | | enterpriseName?: string; |
| | | societyCreditCode?: string; |
| | | licenseUrl?: string; |
| | |
| | | roleNames: string[]; |
| | | } |
| | | |
| | | interface ImportBountyApplyDataInput { |
| | | /** 导入地址 */ |
| | | url?: string; |
| | | /** 奖励金申请Id */ |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ImportBountyApplyDataOutput { |
| | | /** 错误数据列表 */ |
| | | error?: ExportBountyApplyData[]; |
| | | } |
| | | |
| | | interface ImportIdentityCardInput { |
| | | /** CompanyId */ |
| | | companyId: string; |
| | |
| | | data?: IncentivePaymentsManageListOutput[]; |
| | | } |
| | | |
| | | interface IncheckParkBountyApplyInput { |
| | | parkBountyApplyId?: string; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | type IncomeExpenseTypeEnum = 10 | 20; |
| | | |
| | | 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; |
| | | /** 注册地址 */ |
| | | registerAddress?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | industrialParkFileTypeList?: IndustrialParkFileTypeOutput[]; |
| | | } |
| | | |
| | | interface IndustrialParkDropDownOutput { |
| | | id?: string; |
| | | /** 园区名称 */ |
| | | parkName?: string; |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | /** 园区类型名称 */ |
| | | parkTypeName?: string; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | interface IndustrialParkListOutputPageOutput { |
| | |
| | | requestId?: string; |
| | | } |
| | | |
| | | interface OutCheckParkBountyApplyBaseInfo { |
| | | /** 申请批次号 */ |
| | | batchNo?: string; |
| | | /** 申请园区Id */ |
| | | parkId?: string; |
| | | /** 申请园区 */ |
| | | parkName?: string; |
| | | /** 申请园区类型 */ |
| | | parkTypeName?: string; |
| | | /** 申请奖励金月份 */ |
| | | applyMonth?: string; |
| | | /** 奖励金汇总金额 */ |
| | | applySumAmount?: number; |
| | | /** 汇总明细表 */ |
| | | enterpriseTaxSubFileUrl?: string; |
| | | /** 企业营收汇总表 */ |
| | | enterpriseOperateFileUrl?: string; |
| | | /** 奖励金分配表 */ |
| | | bountyAssignFileUlr?: string; |
| | | /** 奖励金汇总表 */ |
| | | bountyCollectFileUrl?: string; |
| | | /** 入驻关联说明 */ |
| | | enterpriseRelateFileUrl?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 外部审核原因 */ |
| | | outCheckRemark?: string; |
| | | /** 内部审核原因 */ |
| | | inCheckRemark?: string; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | /** 财政拨付总额 */ |
| | | financeSumAmount?: number; |
| | | /** 平台充值总额 */ |
| | | settleSumAmount?: number; |
| | | /** 发放凭证 */ |
| | | settleFileUrl?: string; |
| | | /** 财政发放凭证 */ |
| | | financeFileUrl?: string; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |
| | | parkBountyApplyId?: string; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface PageInput { |
| | | pageModel?: Pagination; |
| | | } |
| | |
| | | bountyAssignFileUlr?: string; |
| | | /** 奖励金汇总表 */ |
| | | bountyCollectFileUrl?: string; |
| | | /** 入驻关联说明 */ |
| | | enterpriseRelateFileUrl?: string; |
| | | /** 发放凭证 */ |
| | | settleFileUrl?: string; |
| | | /** 财政发放凭证 */ |
| | | financeFileUrl?: string; |
| | | /** 充值金额 */ |
| | | settleSumAmount?: number; |
| | | /** 财政发放金额 */ |
| | | financeSumAmount?: number; |
| | | } |
| | | |
| | | interface ParkBountyApplyBatchFinanceInput { |
| | | parkBountyApplyDetailId?: string[]; |
| | | /** 充值金额 */ |
| | | financeToAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyBatchTransferInput { |
| | | parkBountyApplyDetailId?: string[]; |
| | | /** 入账金额 */ |
| | | transferToAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyDetailInfo { |
| | | parkBountyApplyId?: string; |
| | | parkBountyApplyDetailId?: string; |
| | | enterpriseId?: string; |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 基本户信息 */ |
| | |
| | | taxSubFileUrl?: string; |
| | | /** 企业经营利润表 */ |
| | | operateProfitesUrl?: string; |
| | | /** 入驻关联说明 */ |
| | | enterRelateUrl?: string; |
| | | /** C端完善情况说明 */ |
| | | personTaxInstructUrl?: string; |
| | | /** C端个税完税情况说明 */ |
| | | personTaxRatePayUrl?: string; |
| | | authType?: EnterpriseTypeEnum; |
| | | /** 银行信息号是否已完善 */ |
| | | bankIsVerify?: boolean; |
| | | /** 企业信息是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | /** 文件完整度 */ |
| | | fileCompleteRate?: string; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | /** 财政入账金额 */ |
| | | financeToAmount?: number; |
| | | /** 财政入账时间 */ |
| | | financeToTime?: string; |
| | | /** 财政入账凭证 */ |
| | | financeToFileUrl?: string; |
| | | /** 财政入账操作用户 */ |
| | | financeToUserId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyDetailInfoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: ParkBountyApplyDetailInfo[]; |
| | | } |
| | | |
| | | interface ParkBountyApplyFinanceFileInput { |
| | | parkBountyApplyId?: string; |
| | | /** 发放凭证 */ |
| | | financeFileUrl?: string; |
| | | /** 发放金额 */ |
| | | financeSumAmount?: number; |
| | | } |
| | | |
| | | interface ParkBountyApplyRechargeFileInput { |
| | | parkBountyApplyDetailId?: string; |
| | | /** 平台充值凭证 */ |
| | | rechargeToFileUrl?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyRechargeInput { |
| | | parkBountyApplyDetailId?: string; |
| | | /** 财政拨付 */ |
| | | bountyAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplySettleInput { |
| | | parkBountyApplyId?: string; |
| | | /** 发放凭证 */ |
| | | settleFileUrl?: string; |
| | | /** 发放金额 */ |
| | | settleSumAmount?: number; |
| | | } |
| | | |
| | | interface ParkBountyApplyTransferDetailInfo { |
| | |
| | | taxSubFileUrl?: string; |
| | | /** 企业经营利润表 */ |
| | | operateProfitesUrl?: string; |
| | | /** 入驻关联说明 */ |
| | | enterRelateUrl?: string; |
| | | /** C端完税情况说明 */ |
| | | personTaxInstructUrl?: string; |
| | | /** C端个税完税情况说明 */ |
| | | personTaxRatePayUrl?: string; |
| | | authType?: EnterpriseTypeEnum; |
| | |
| | | transferToAmount?: number; |
| | | /** 入账时间 */ |
| | | transferToTime?: string; |
| | | parkBountyApplyDetailId?: string; |
| | | /** 入账凭证 */ |
| | | transferToFileUrl?: string; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | /** 财政入账金额 */ |
| | | financeToAmount?: number; |
| | | /** 财政入账时间 */ |
| | | financeToTime?: string; |
| | | /** 财政入账凭证 */ |
| | | financeToFileUrl?: string; |
| | | /** 财政入账操作用户 */ |
| | | financeToUserId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyTransferDetailInfoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: ParkBountyApplyTransferDetailInfo[]; |
| | | } |
| | | |
| | | interface ParkBountyApplyTransferFileInput { |
| | |
| | | parkBountyApplyDetailId?: string; |
| | | /** 入账金额 */ |
| | | transferToAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | type ParkCustomersCountTypeEnum = 10 | 50 | 100; |
| | |
| | | operateHistoryType?: OperateHistoryTypeEnum; |
| | | } |
| | | |
| | | interface QueryParkCustomerBountyApplyInput { |
| | | pageModel?: Pagination; |
| | | id?: string; |
| | | } |
| | | |
| | | interface QueryParkCustomerManageInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名/信用代码 */ |
| | | keywords?: string; |
| | | /** 营业执照是否已完善 */ |
| | | licenseIsVerify?: boolean; |
| | | /** 企业信息是否已完善 */ |
| | | enterpriseIsVerify?: boolean; |
| | | /** 银行账户是否完善 */ |
| | | bankIsVerify?: boolean; |
| | | /** 所属园区 */ |
| | | industrialParkId?: string; |
| | | /** 最近申报开始日期 */ |
| | | lastApplyBeginTime?: string; |
| | | /** 最近申报结束日期 */ |
| | | lastApplyEndTime?: string; |
| | | lastPayBeginTime?: string; |
| | | /** 最近发放结束日期 */ |
| | | lastPayEndTime?: string; |
| | | } |
| | | |
| | | interface QueryParkOrHRAuditPageInput { |
| | | pageModel?: Pagination; |
| | | auditStatus?: ParkOrHRAuditStatusEnum; |
| | |
| | | templateParamExtraData?: string; |
| | | } |
| | | |
| | | interface SaveParkBountyApplyCollectFileInput { |
| | | parkBountyApplyId?: string; |
| | | /** 奖励金分配表 */ |
| | | bountyAssignFileUlr?: string; |
| | | /** 奖励金汇总表 */ |
| | | bountyCollectFileUrl?: string; |
| | | /** 申报总额 */ |
| | | applySumAmount?: number; |
| | | } |
| | | |
| | | interface SaveParkBountyApplyGatherFileInput { |
| | | parkBountyApplyId?: string; |
| | | /** 企业营收汇总表 */ |
| | | enterpriseOperateFileUrl?: string; |
| | | /** 企业缴税明细表 */ |
| | | enterpriseTaxSubFileUrl?: string; |
| | | /** 入驻关联说明 */ |
| | | enterpriseRelateFileUrl?: string; |
| | | } |
| | | |
| | | interface SaveWalletPayChannelFeeSettingInput { |
| | | /** 通道id */ |
| | | walletPayChannelId?: string; |
| | |
| | | opStatus?: ParkOrHRAuditStatusEnum; |
| | | /** 审核备注 */ |
| | | auditNote?: string; |
| | | } |
| | | |
| | | interface SetIndustrialParkRewardEnableInput { |
| | | id?: string; |
| | | rewardEnable?: boolean; |
| | | } |
| | | |
| | | interface SetIndustrialParkStatusInput { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface UpdateGovermentClientUserInput { |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 密码 */ |
| | | password?: string; |
| | | /** 用户Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface UpdateIndustrialParkInput { |
| | | /** 园区名称 */ |
| | | parkName: string; |
| | |
| | | leaderMobile?: string; |
| | | /** 园区类型 */ |
| | | parkTypeId?: string; |
| | | /** 注册地址 */ |
| | | registerAddress: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 是否已经启用奖励金申报 */ |
| | | rewardEnable?: boolean; |
| | | /** 奖励金模板是否配置 */ |
| | | rewardTemplateSetting?: boolean; |
| | | /** 维护的公司 */ |
| | | companyOrgId?: string; |
| | | /** 维护的部门 */ |
| | | departmentOrgId?: string; |
| | | /** 是否支持企业自主上传 */ |
| | | suportEnterpriseUpload?: boolean; |
| | | /** 是否支持平台充值 */ |
| | | suportPlatRecharge?: boolean; |
| | | /** 文件 */ |
| | | industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; |
| | | id?: string; |
| | | } |
| | | |
| | |
| | | insurePolicyId?: string; |
| | | /** 投保单 */ |
| | | insureBillUrl?: string; |
| | | } |
| | | |
| | | interface UploadMonthApplySingleFilesInput { |
| | | monthApplyId?: string; |
| | | fileSearchTypeId?: string; |
| | | listFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface UploadParkBountyApplyCompanyFileInput { |
| | | parkBountyApplyId?: string; |
| | | companyId?: string; |
| | | /** 园区入驻协议 */ |
| | | parkEnterPactUrl?: string; |
| | | /** 完税证明 */ |
| | | ratePaymentFileUrl?: string; |
| | | /** 企业缴税明细汇总表 */ |
| | | taxSubFileUrl?: string; |
| | | /** 企业经营利润表 */ |
| | | operateProfitesUrl?: string; |
| | | /** C端完税情况说明 */ |
| | | personTaxInstructUrl?: string; |
| | | /** C端个税完税情况说明 */ |
| | | personTaxRatePayUrl?: string; |
| | | } |
| | | |
| | | interface UploadParkBountyApplyCompanyFileOutput { |
| | | companyId?: string; |
| | | fileCompleteRate?: string; |
| | | } |
| | | |
| | | interface UploadVoucherUrlInput { |
| | |
| | | companyOrgId?: string; |
| | | /** 组织架构部门id */ |
| | | departmentOrgId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | } |
| | | |
| | | interface UserDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: UserDto[]; |
| | | } |
| | | |
| | | interface UserEnterpiseRechargeInput { |
| | | /** 收款账号 */ |
| | | incomeBankNum?: string; |
| | | /** 收款企业名称 */ |
| | | incomeEnterpriseName?: string; |
| | | /** 出款账号 */ |
| | | outBankNum?: string; |
| | | /** 出款企业名称 */ |
| | | outEnterpriseName?: string; |
| | | /** 充值金额 */ |
| | | prechargeAmount?: number; |
| | | /** 出账所属银行 */ |
| | | outBankName?: string; |
| | | /** 出账支行名称 */ |
| | | outBankResumeName?: string; |
| | | /** 出账回单 */ |
| | | outReceiptFileUrl?: string; |
| | | } |
| | | |
| | | type UserFollowStatusEnum = 10 | 20 | 30 | 40; |
| | |
| | | /** 电子签印章图片生成状态 0未生成 1已生成 */ |
| | | signatureImageStatus?: number; |
| | | certificationChannel?: UserCertificationChannelEnum; |
| | | industrialParkId?: string; |
| | | suportEnterpriseUpload?: boolean; |
| | | suportPlatRecharge?: boolean; |
| | | } |
| | | |
| | | interface UserMessageInfo { |