| | |
| | | year?: number; |
| | | } |
| | | |
| | | interface APIgetInsuranceOrderAuditRecordIdParams { |
| | | insuranceOrderId: string; |
| | | id: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceOrderDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | values?: Record<string, any>; |
| | | } |
| | | |
| | | interface AuditParkBountyTradeBySelfInput { |
| | | /** 出账记录Id */ |
| | | id?: string; |
| | | /** 818出账记录Id */ |
| | | parkBountyApplyDetailId?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | selfAuditRemark?: string; |
| | | /** 审核凭证 */ |
| | | selfAuditFileUrl?: string; |
| | | } |
| | | |
| | | interface BaseAuthorizeDto { |
| | | moduleType?: number; |
| | | moduleId?: string; |
| | |
| | | interface BatchSyncUserAmountInput { |
| | | items?: SyncUserAmountInput[]; |
| | | } |
| | | |
| | | type BountyCheckStatusEnum = 10 | 20 | 30 | -10; |
| | | |
| | | interface ChangePasswordInput { |
| | | currentPassword?: string; |
| | |
| | | /** 保额 */ |
| | | insured: number; |
| | | /** 保费 */ |
| | | signPremium: number; |
| | | signPremium?: number; |
| | | /** 保费按天计费 */ |
| | | signPremiumByDay?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdateInsureProductSettingInput { |
| | |
| | | } |
| | | |
| | | interface CreateParkBountyTradeInput { |
| | | enterpriseId?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | |
| | | /** 消费类型 */ |
| | | payRemark?: string; |
| | | access?: ParkBountyTradeAccessEnum; |
| | | /** 进账单位 */ |
| | | incomeCompanyName?: string; |
| | | /** 保单号 */ |
| | | insureBillNo?: string; |
| | | /** 收款单位名称 */ |
| | | incomeBankAccount?: string; |
| | | /** 收款单位账号 */ |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | enterpriseId?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | } |
| | | |
| | | interface CreateTempTokenInput { |
| | |
| | | downsizingInsuranceList?: string[]; |
| | | } |
| | | |
| | | type EnterprisePrechargeInComeStatusEnum = 10 | 20; |
| | | |
| | | type EnterpriseRechargeStatusEnum = 10 | 20 | 30; |
| | | |
| | | type EnterpriseTypeEnum = 10 | 20 | 30 | 40; |
| | | |
| | | interface EntityExtensionDto { |
| | | properties?: Record<string, any>; |
| | | configuration?: Record<string, any>; |
| | | } |
| | | |
| | | type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30; |
| | | |
| | | interface ExportInsuranceStaffListInput { |
| | | status?: InsuranceDetailStatusEnum; |
| | |
| | | url?: string; |
| | | } |
| | | |
| | | type FinanceStatusEnum = 1 | 2 | 3; |
| | | |
| | | type FinanceTypeEnum = 10 | 20; |
| | | |
| | | type GenderTypeEnum = 1 | 2; |
| | | |
| | | interface GetEffectingStaffListInput { |
| | | claimDateTime?: string; |
| | | idNumber?: 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 GetEnterprisePrechargeListOutput { |
| | | id?: string; |
| | | /** 充值金额 */ |
| | | prechargeAmount?: number; |
| | | /** 充值凭证 */ |
| | | rechargeVoucherFileUrl?: string; |
| | | /** 审核备注 */ |
| | | checkRemark?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | inComeStatus?: EnterprisePrechargeInComeStatusEnum; |
| | | /** 提交日期 */ |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface GetEnterprisePrechargeListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetEnterprisePrechargeListOutput[]; |
| | | } |
| | | |
| | | interface GetFeatureListResultDto { |
| | |
| | | interface GetInsurancePageOutput { |
| | | id?: string; |
| | | userId?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | /** 投保人 */ |
| | | insurerName?: string; |
| | | /** 被保险人 */ |
| | |
| | | amount?: number; |
| | | /** 投保人数 */ |
| | | insureCount?: number; |
| | | /** 投保生效人数 */ |
| | | insureEffectingCount?: number; |
| | | /** 理赔数量 */ |
| | | claimCount?: number; |
| | | /** 投保机构 */ |
| | |
| | | payStatus?: InsurancePolicyListPayStatusEnum; |
| | | /** 任意分批支付完成 */ |
| | | anyPayComplete?: boolean; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | } |
| | | |
| | | interface GetInsurancePageOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetInsurancePageOutput[]; |
| | | } |
| | | |
| | | interface GetInsurancePolicyPayListInput { |
| | | pageModel?: Pagination; |
| | | status?: InsurancePolicyPayStatusEnum; |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | } |
| | | |
| | | interface GetInsurancePolicyPayListItem { |
| | | id?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | /** 订单号 */ |
| | | channelOrderNo?: string; |
| | | /** 支付短链 */ |
| | | payUrl?: string; |
| | | /** 保费金额 */ |
| | | sumSignPremium?: number; |
| | | /** 创建日期 */ |
| | | creationTime?: string; |
| | | status?: InsurancePolicyPayStatusEnum; |
| | | /** 投保单号 */ |
| | | proposalNo?: string; |
| | | /** 保单号 */ |
| | | policyNo?: string; |
| | | /** 电子保单链接 */ |
| | | policyUrl?: string; |
| | | /** 已投保人数 */ |
| | | proposalCount?: number; |
| | | /** 完成时间 */ |
| | | completionTime?: string; |
| | | } |
| | | |
| | | interface GetInsurancePolicyPayListItemPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetInsurancePolicyPayListItem[]; |
| | | } |
| | | |
| | | interface GetInsuranceStaffListInput { |
| | |
| | | age?: number; |
| | | birthDay?: string; |
| | | phone?: string; |
| | | claimCount?: number; |
| | | creationTime?: string; |
| | | /** 投保批次号 */ |
| | | payOrder?: string; |
| | | status?: InsuranceDetailStatusEnum; |
| | | /** 投保状态 */ |
| | | statusText?: string; |
| | | /** 备注 */ |
| | | auditRemark?: string; |
| | | claimCount?: number; |
| | | } |
| | | |
| | | interface GetInsuranceStaffPageTemplatePageOutput { |
| | |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | /** 申请起始日期 */ |
| | | creationTimeBegin?: string; |
| | | /** 申请结束日期 */ |
| | | creationTimeEnd?: string; |
| | | financeType?: FinanceTypeEnum; |
| | | enterpriseId?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | | enterpriseId?: string; |
| | | /** 账号 */ |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 电话 */ |
| | | contactPhone?: string; |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | id?: string; |
| | | parkBountyApplyDetailId?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | /** 审核时间 */ |
| | | financeAuditTime?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核时间 */ |
| | | auditTime?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | /** 进账单位 */ |
| | | incomeCompanyName?: string; |
| | | /** 保单号 */ |
| | | insureBillNo?: string; |
| | | /** 收款单位名称 */ |
| | | incomeBankAccount?: string; |
| | | /** 收款单位账号 */ |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 企业自身出账审核备注 */ |
| | | selfAuditRemark?: string; |
| | | /** 企业自身出账审核时间 */ |
| | | selfAuditTime?: string; |
| | | /** 企业自身审核凭证 */ |
| | | selfAuditFileUrl?: string; |
| | | creationTime?: string; |
| | | bountyAmount?: number; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | transferTimeBegin?: string; |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | /** 申请起始日期 */ |
| | | creationTimeBegin?: string; |
| | | /** 申请结束日期 */ |
| | | creationTimeEnd?: string; |
| | | financeType?: FinanceTypeEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeOutput { |
| | |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkBountyTradeOutput[]; |
| | | } |
| | | |
| | | 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; |
| | | /** 平台充值入账时间 */ |
| | | transferToTime?: string; |
| | | transferToStatus?: TransferToStatusEnum; |
| | | /** 平台充值金额 */ |
| | | transferToAmount?: number; |
| | | /** 平台充值入账凭证 */ |
| | | transferToFileUrl?: string; |
| | | /** 财政拨付金额 */ |
| | | financeToAmount?: number; |
| | | /** 平台充值发放日期 */ |
| | | settleTime?: string; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | } |
| | | |
| | | interface GetParkCustomerBountySettleOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetParkCustomerBountySettleOutput[]; |
| | | } |
| | | |
| | | interface GetPermissionListResultDto { |
| | |
| | | url?: string; |
| | | /** 保险产品IdNumber */ |
| | | productIdNumber?: string; |
| | | /** 保险产品方案Id */ |
| | | /** 保险方案 */ |
| | | productSchemeIdNumber?: string; |
| | | /** 保单生效时间 */ |
| | | effectStartTime?: string; |
| | | /** 保单截止时间 */ |
| | | effectEndTime?: string; |
| | | } |
| | | |
| | | interface ImportInsStaffToListOutput { |
| | |
| | | /** 导入失败列表 */ |
| | | errorList?: ImportInsStaffAnalysisList[]; |
| | | } |
| | | |
| | | type IndustrialParkStatusEnum = 10 | -10; |
| | | |
| | | type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50; |
| | | |
| | |
| | | |
| | | type InsuranceDetailStatusEnum = 10 | 12 | 13 | 14 | 20 | 30; |
| | | |
| | | interface InsuranceOrderAuditRecordDto { |
| | | /** 分批订单号 */ |
| | | channelOrderNo?: string; |
| | | /** 操作 */ |
| | | scene?: string; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 操作时间 */ |
| | | creationTime?: string; |
| | | /** 操作人 */ |
| | | creatorId?: string; |
| | | /** 操作人 */ |
| | | creator?: string; |
| | | } |
| | | |
| | | interface InsuranceOrderListOutput { |
| | | id?: string; |
| | | /** 渠道 */ |
| | |
| | | returnUrl?: string; |
| | | } |
| | | |
| | | interface InsurancePolicyAuditOutput { |
| | | /** 消息 */ |
| | | messages?: string[]; |
| | | /** 总投保人数 */ |
| | | totalCount?: number; |
| | | /** 投保成功 */ |
| | | successCount?: number; |
| | | /** 投保失败 */ |
| | | failCount?: number; |
| | | } |
| | | |
| | | type InsurancePolicyAuditStatusEnum = 10 | 11 | 12 | 15 | 20 | -10; |
| | | type InsurancePolicyAuditStatusEnum = 1 | 10 | 11 | 12 | 15 | 20 | -10; |
| | | |
| | | type InsurancePolicyListPayStatusEnum = 1 | 2; |
| | | |
| | |
| | | |
| | | type InsurancePolicyPayStatusEnum = 0 | 1 | 2 | -1; |
| | | |
| | | type InsurancePolicyStatusEnum = 10 | 20 | 30; |
| | | type InsurancePolicyStatusEnum = 10 | 20 | 21 | 30; |
| | | |
| | | interface InsureBatchBillDetailDto { |
| | | /** 批单Id */ |
| | |
| | | insured?: number; |
| | | /** 保费 */ |
| | | signPremium?: number; |
| | | /** 保费按天计费 */ |
| | | signPremiumByDay?: string; |
| | | } |
| | | |
| | | interface InsureProductSchemeDtoPageOutput { |
| | |
| | | creationTime?: string; |
| | | /** 投保人数上限 */ |
| | | maxCount?: number; |
| | | /** 是否走线上流程 */ |
| | | online?: boolean; |
| | | } |
| | | |
| | | interface InsureProductSettingDtoPageOutput { |
| | |
| | | } |
| | | |
| | | type InsureProductSettingStatusEnum = 10 | -10; |
| | | |
| | | type InvoicingStatusEnum = 0 | 10 | 20; |
| | | |
| | | interface IStringValueType { |
| | | name?: string; |
| | |
| | | name?: string; |
| | | resource?: string; |
| | | } |
| | | |
| | | type MatchMakingIdentityEnum = 10 | 20; |
| | | |
| | | interface MethodParameterApiDescriptionModel { |
| | | name?: string; |
| | |
| | | interface ObjectExtensionsDto { |
| | | modules?: Record<string, any>; |
| | | enums?: Record<string, any>; |
| | | } |
| | | |
| | | interface OperateRecordDto { |
| | | /** 操作 */ |
| | | operate?: string; |
| | | /** 操作内容 */ |
| | | content?: string; |
| | | /** 操作时间 */ |
| | | creationTime?: string; |
| | | /** 操作人 */ |
| | | creatorId?: string; |
| | | /** 操作人 */ |
| | | creator?: string; |
| | | } |
| | | |
| | | interface OperateRecordDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: OperateRecordDto[]; |
| | | } |
| | | |
| | | interface OperateRecordInput { |
| | | pageModel?: Pagination; |
| | | /** 场景 */ |
| | | scene?: string; |
| | | /** 目标Id */ |
| | | targetId?: string; |
| | | } |
| | | |
| | | interface OrderInput { |
| | |
| | | importChannel?: string; |
| | | } |
| | | |
| | | interface QueryParkCustomerBountyApplyInput { |
| | | pageModel?: Pagination; |
| | | id?: string; |
| | | } |
| | | |
| | | interface QueryUserPageInput { |
| | | pageModel?: Pagination; |
| | | searchKey?: string; |
| | |
| | | modules: ModuleTypeInfo[]; |
| | | } |
| | | |
| | | interface SyncAuditParkBountyTradeInput { |
| | | /** 出账记录Id */ |
| | | id?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | /** 出账操作人 */ |
| | | auditOperator?: string; |
| | | /** 出账操作人ID */ |
| | | auditOperatorId?: string; |
| | | } |
| | | |
| | | interface SyncFinanceAuditParkBountyTradeInput { |
| | | /** 出账记录Id */ |
| | | id?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | /** 财务审核操作人 */ |
| | | financeAuditOperator?: string; |
| | | /** 财务审核操作人Id */ |
| | | financeAuditOperatorId?: string; |
| | | } |
| | | |
| | | interface SyncUserAmountInput { |
| | | /** 用户名称 */ |
| | | id?: string; |
| | |
| | | open?: boolean; |
| | | /** 818用户Id */ |
| | | humanResourcesServiceUserId?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 是否人员变更提醒 */ |
| | | staffChangeMessage?: boolean; |
| | | /** 是否批改提醒 */ |
| | | batchUpdateMessage?: boolean; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | /** 园区Ids */ |
| | | industrialParkIds?: string[]; |
| | | /** 名称 */ |
| | | name?: string; |
| | | /** 登录用户名 */ |
| | |
| | | interface TimingDto { |
| | | timeZone?: TimeZone; |
| | | } |
| | | |
| | | type TransferToStatusEnum = 1 | 2; |
| | | |
| | | interface TypeApiDescriptionModel { |
| | | baseType?: string; |
| | |
| | | totalAmount?: number; |
| | | } |
| | | |
| | | type UserCertificationAuditStatusEnum = 0 | 10 | 30 | 40; |
| | | |
| | | type UserCertificationChannelEnum = 10 | 20; |
| | | |
| | | type UserCertificationStatusEnum = 0 | 20 | 30; |
| | | |
| | | interface UserData { |
| | | id?: string; |
| | | tenantId?: string; |
| | |
| | | batchUpdateMessage?: boolean; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | } |
| | | |
| | | interface UserInfoV2 { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 用户名 */ |
| | | userName?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | /** 用户登录所使用的手机号 */ |
| | | userPhoneNumber?: string; |
| | | /** 账户余额 */ |
| | | amount?: number; |
| | | /** 收到打赏 */ |
| | | reward?: number; |
| | | /** 昵称 */ |
| | | nickName?: string; |
| | | userCertificationAuditStatus?: UserCertificationAuditStatusEnum; |
| | | /** 用户认证Id */ |
| | | userCertificationId?: string; |
| | | /** 企业认证的名称 */ |
| | | customerName?: string; |
| | | /** 企业统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 用户认证Id(公司Id) */ |
| | | companyId?: string; |
| | | /** 法人名称 */ |
| | | legalPersonName?: string; |
| | | /** 年消费 */ |
| | | yearlyConsume?: number; |
| | | /** 年产品购买消费 */ |
| | | yearlyPurchasedConsume?: number; |
| | | /** 年打赏消费 */ |
| | | yearlyRewardConsume?: number; |
| | | /** 年产品广告投放消费 */ |
| | | yearlyProductAdConsume?: number; |
| | | /** 年资讯广告投放消费 */ |
| | | yearlyInformationAdConsume?: number; |
| | | /** 1,企业 2, 个人 */ |
| | | userType?: number; |
| | | authType?: EnterpriseTypeEnum; |
| | | userCertificationStatus?: UserCertificationStatusEnum; |
| | | /** 0 未开通 10 待审核 20办理中 30通过 -20 驳回 40 下架 50 系统下架 */ |
| | | openHRSiteStatus?: number; |
| | | /** 联系人 */ |
| | | contacter?: string; |
| | | /** 用户认证过期日期 */ |
| | | userCertificationExpirationTime?: string; |
| | | invoicingStatus?: InvoicingStatusEnum; |
| | | /** 年审开始时间 */ |
| | | annualAuditStartTime?: string; |
| | | /** 支付发票地址 */ |
| | | payInvoicingUrl?: string; |
| | | /** 绑定邮箱地址 */ |
| | | bindEmailAddress?: string; |
| | | /** 用户头像地址 */ |
| | | avatarUrl?: string; |
| | | genderType?: GenderTypeEnum; |
| | | /** 职称 */ |
| | | jobTitle?: string; |
| | | /** 省code */ |
| | | provinceCode?: number; |
| | | /** 市code */ |
| | | cityCode?: number; |
| | | /** 区县code */ |
| | | countyCode?: number; |
| | | /** 省 */ |
| | | provinceName?: string; |
| | | /** 市 */ |
| | | cityName?: string; |
| | | /** 区县 */ |
| | | countyName?: string; |
| | | /** 详细地址 */ |
| | | addressDetail?: string; |
| | | /** 微信二维码图片 */ |
| | | wxQrCodeUrl?: string; |
| | | /** 个人信息邮箱地址 */ |
| | | userInfoEmailAddress?: string; |
| | | /** 保险签约状态 0未签约 10已签约 */ |
| | | insureSignStatus?: number; |
| | | /** 是否提交钱包开户申请 */ |
| | | isApplyWalletAccountOpen?: boolean; |
| | | /** 联系电话 */ |
| | | contactPhone?: string; |
| | | /** 钱包开户状态 */ |
| | | walletAccountOpenStatus?: WalletAccountOpenStatusInfo[]; |
| | | /** 钱包状态 */ |
| | | walletMainStatus?: WalletAccountTypeMainStatusInfo[]; |
| | | matchMakingIdentity?: MatchMakingIdentityEnum; |
| | | /** 电子签印章图片生成状态 0未生成 1已生成 */ |
| | | signatureImageStatus?: number; |
| | | certificationChannel?: UserCertificationChannelEnum; |
| | | industrialParkId?: string; |
| | | industrialParkName?: string; |
| | | suportEnterpriseUpload?: boolean; |
| | | suportPlatRecharge?: boolean; |
| | | rewardEnable?: boolean; |
| | | suportWithDraw?: boolean; |
| | | industrialParkStatus?: IndustrialParkStatusEnum; |
| | | isHasBountyApply?: boolean; |
| | | /** 是否可以登录电子签 */ |
| | | canLoginUserSign?: boolean; |
| | | /** 是否可以登录江佑保 */ |
| | | canLoginJYB?: boolean; |
| | | /** 是否可以登录灵活用工 */ |
| | | canLoginFlexJob?: boolean; |
| | | } |
| | | |
| | | interface UserListOutput { |
| | |
| | | sequence?: number; |
| | | } |
| | | |
| | | type WalletAccountOpenStatusEnum = 10 | 20; |
| | | |
| | | interface WalletAccountOpenStatusInfo { |
| | | walletAccountType?: WalletAccountTypeEnum; |
| | | walletAccountOpenStatus?: WalletAccountOpenStatusEnum; |
| | | } |
| | | |
| | | type WalletAccountTypeEnum = 10 | 20 | 30; |
| | | |
| | | interface WalletAccountTypeMainStatusInfo { |
| | | walletAccountType?: WalletAccountTypeEnum; |
| | | walletMainStatus?: WalletMainStatusEnum; |
| | | } |
| | | |
| | | type WalletMainStatusEnum = 10 | -20 | -10; |
| | | |
| | | interface WindowsTimeZone { |
| | | timeZoneId?: string; |
| | | } |