| | |
| | | |
| | | type EnterpriseRechargeStatusEnum = 10 | 20 | 30; |
| | | |
| | | type EnterpriseTypeEnum = 10 | 20 | 30 | 40; |
| | | |
| | | interface EntityExtensionDto { |
| | | properties?: Record<string, any>; |
| | | configuration?: Record<string, any>; |
| | |
| | | type FinanceStatusEnum = 1 | 2 | 3; |
| | | |
| | | type FinanceTypeEnum = 10 | 20; |
| | | |
| | | type GenderTypeEnum = 1 | 2; |
| | | |
| | | interface GetEffectingStaffListInput { |
| | | claimDateTime?: string; |
| | |
| | | errorList?: ImportInsStaffAnalysisList[]; |
| | | } |
| | | |
| | | type IndustrialParkStatusEnum = 10 | -10; |
| | | |
| | | type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50; |
| | | |
| | | interface InsuranceClaimAttachmentOutput { |
| | |
| | | |
| | | 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; |
| | |
| | | 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; |
| | | } |