|  |  |  | 
|---|
|  |  |  | values?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AuditParkBountyTradeInput { | 
|---|
|  |  |  | interface AuditParkBountyTradeBySelfInput { | 
|---|
|  |  |  | /** 出账记录Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | auditStatus?: EnumParkBountyTradeDetailAuditStatus; | 
|---|
|  |  |  | /** 818出账记录Id */ | 
|---|
|  |  |  | parkBountyApplyDetailId?: string; | 
|---|
|  |  |  | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; | 
|---|
|  |  |  | /** 审核备注 */ | 
|---|
|  |  |  | auditRemark?: string; | 
|---|
|  |  |  | selfAuditRemark?: string; | 
|---|
|  |  |  | /** 审核凭证 */ | 
|---|
|  |  |  | payAuditFileUrl?: string; | 
|---|
|  |  |  | selfAuditFileUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface BaseAuthorizeDto { | 
|---|
|  |  |  | 
|---|
|  |  |  | interface BatchSyncUserAmountInput { | 
|---|
|  |  |  | items?: SyncUserAmountInput[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type BountyCheckStatusEnum = 10 | 20 | 30 | -10; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ChangePasswordInput { | 
|---|
|  |  |  | currentPassword?: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 减员保单id */ | 
|---|
|  |  |  | downsizingInsuranceList?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type EnterprisePrechargeInComeStatusEnum = 10 | 20; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type EnterpriseRechargeStatusEnum = 10 | 20 | 30; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type EnterpriseTypeEnum = 10 | 20 | 30 | 40; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EntityExtensionDto { | 
|---|
|  |  |  | properties?: Record<string, any>; | 
|---|
|  |  |  | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | 
|---|
|  |  |  | payStatus?: InsurancePolicyListPayStatusEnum; | 
|---|
|  |  |  | /** 任意分批支付完成 */ | 
|---|
|  |  |  | anyPayComplete?: boolean; | 
|---|
|  |  |  | /** 奖励金余额 */ | 
|---|
|  |  |  | remianAmount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetInsurancePageOutputPageOutput { | 
|---|
|  |  |  | 
|---|
|  |  |  | transferTimeBegin?: string; | 
|---|
|  |  |  | /** 出账结束日期 */ | 
|---|
|  |  |  | transferTimeEnd?: string; | 
|---|
|  |  |  | /** 申请起始日期 */ | 
|---|
|  |  |  | creationTimeBegin?: string; | 
|---|
|  |  |  | /** 申请结束日期 */ | 
|---|
|  |  |  | creationTimeEnd?: string; | 
|---|
|  |  |  | financeType?: FinanceTypeEnum; | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | auditStatus?: EnumParkBountyTradeDetailAuditStatus; | 
|---|
|  |  |  | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetParkBountyTradeDetailOutput { | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 社会统一信用代码 */ | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 导入失败列表 */ | 
|---|
|  |  |  | errorList?: ImportInsStaffAnalysisList[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type IndustrialParkStatusEnum = 10 | -10; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type InsureProductSettingStatusEnum = 10 | -10; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type InvoicingStatusEnum = 0 | 10 | 20; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IStringValueType { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | properties?: Record<string, any>; | 
|---|
|  |  |  | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | resource?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type MatchMakingIdentityEnum = 10 | 20; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface MethodParameterApiDescriptionModel { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | } | 
|---|