| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdownloadPolicyFileIdParams { |
| | | id: string; |
| | | } |
| | | |
| | | interface APIexportInsuranceBatchStaffParams { |
| | | batchBillId?: string; |
| | | } |
| | |
| | | year?: number; |
| | | } |
| | | |
| | | interface APIgetInsuranceOrderAuditRecordIdParams { |
| | | insuranceOrderId: string; |
| | | id: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceOrderDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceStaffListExportParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsureBatchDetailParams { |
| | | batchBillId?: string; |
| | | } |
| | | |
| | | interface APIgetInvoiceIdParams { |
| | | id: string; |
| | | } |
| | | |
| | | interface APIgetListParams { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIimportInsStaffToListParams { |
| | | url?: string; |
| | | serialNum?: string; |
| | | productIdNumber?: string; |
| | | productSchemeIdNumber?: string; |
| | | interface APIinsurancePolicyAuditAgainParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIsearchParams { |
| | |
| | | |
| | | interface ApplicationSettingConfigurationDto { |
| | | values?: Record<string, any>; |
| | | } |
| | | |
| | | interface AuditParkBountyTradeInput { |
| | | /** 出账记录Id */ |
| | | id?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | } |
| | | |
| | | interface BaseAuthorizeDto { |
| | |
| | | /** 保额 */ |
| | | insured: number; |
| | | /** 保费 */ |
| | | signPremium: number; |
| | | signPremium?: number; |
| | | /** 保费按天计费 */ |
| | | signPremiumByDay?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdateInsureProductSettingInput { |
| | |
| | | /** 产品名称 */ |
| | | productName: string; |
| | | status?: InsureProductSettingStatusEnum; |
| | | /** 投保人数上限 */ |
| | | maxCount: number; |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | |
| | | configuration?: Record<string, any>; |
| | | } |
| | | |
| | | type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30; |
| | | |
| | | interface ExportInsuranceStaffListInput { |
| | | status?: InsuranceDetailStatusEnum; |
| | | insurancePolicyId?: string; |
| | | } |
| | | |
| | | interface ExtensionEnumDto { |
| | | fields?: ExtensionEnumFieldDto[]; |
| | | localizationResource?: string; |
| | |
| | | key?: string; |
| | | } |
| | | |
| | | interface FillInsStaffToListFrontInput { |
| | | /** 保单Id */ |
| | | insurancePolicyId?: string; |
| | | url?: string; |
| | | } |
| | | |
| | | type FinanceTypeEnum = 10 | 20; |
| | | |
| | | interface GetEffectingStaffListInput { |
| | |
| | | interface GetInsurancePageOutput { |
| | | id?: string; |
| | | userId?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | /** 投保人 */ |
| | | insurerName?: string; |
| | | /** 被保险人 */ |
| | |
| | | amount?: number; |
| | | /** 投保人数 */ |
| | | insureCount?: number; |
| | | /** 投保生效人数 */ |
| | | insureEffectingCount?: number; |
| | | /** 理赔数量 */ |
| | | claimCount?: number; |
| | | /** 投保机构 */ |
| | |
| | | auditRemark?: string; |
| | | /** 保险产品IdNumber */ |
| | | productIdNumber?: string; |
| | | /** 方案代码 */ |
| | | productSchemeCode?: string; |
| | | /** 是否走线上流程 */ |
| | | productOnline?: boolean; |
| | | payStatus?: InsurancePolicyListPayStatusEnum; |
| | |
| | | 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 { |
| | |
| | | certType?: string; |
| | | certNo?: string; |
| | | jobName?: string; |
| | | /** 职业类型 */ |
| | | occupationType?: string; |
| | | /** 职业码值 */ |
| | | occupationCode?: string; |
| | | userEmploer?: string; |
| | | address?: string; |
| | | age?: number; |
| | | birthDay?: string; |
| | | phone?: string; |
| | | claimCount?: number; |
| | | creationTime?: string; |
| | | /** 投保批次号 */ |
| | | payOrder?: string; |
| | | status?: InsuranceDetailStatusEnum; |
| | | /** 投保状态 */ |
| | | statusText?: string; |
| | | /** 备注 */ |
| | | auditRemark?: string; |
| | | claimCount?: number; |
| | | } |
| | | |
| | | interface GetInsuranceStaffPageTemplatePageOutput { |
| | |
| | | /** 出账结束日期 */ |
| | | transferTimeEnd?: string; |
| | | enterpriseId?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | | enterpriseId?: string; |
| | | /** 账号 */ |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 电话 */ |
| | | contactPhone?: string; |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | id?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核时间 */ |
| | | auditTime?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | useEmploer?: string; |
| | | /** 雇员工种 */ |
| | | jobName?: string; |
| | | /** 职业类型 */ |
| | | occupationType?: string; |
| | | /** 职业码值 */ |
| | | occupationCode?: string; |
| | | /** 用工地点 */ |
| | | address?: string; |
| | | phone?: string; |
| | |
| | | note?: string; |
| | | /** 1正常 0异常 */ |
| | | isNormal?: boolean; |
| | | } |
| | | |
| | | interface ImportInsStaffToListFrontInput { |
| | | serialNum?: string; |
| | | url?: string; |
| | | /** 保险产品IdNumber */ |
| | | productIdNumber?: string; |
| | | /** 保险方案 */ |
| | | productSchemeIdNumber?: string; |
| | | /** 保单生效时间 */ |
| | | effectStartTime?: string; |
| | | /** 保单截止时间 */ |
| | | effectEndTime?: string; |
| | | } |
| | | |
| | | interface ImportInsStaffToListOutput { |
| | | /** 总人数 */ |
| | | importAllCount?: number; |
| | | /** 已导入人数 */ |
| | | successCount?: number; |
| | | /** 导入失败列表 */ |
| | | errorList?: ImportInsStaffAnalysisList[]; |
| | | } |
| | | |
| | | type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50; |
| | |
| | | count?: number; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | type InsurancePolicyAuditStatusEnum = 10 | 20 | -10; |
| | | type InsurancePolicyAuditStatusEnum = 1 | 10 | 11 | 12 | 15 | 20 | -10; |
| | | |
| | | type InsurancePolicyListPayStatusEnum = 1 | 2; |
| | | |
| | |
| | | invoiceDownloadOssUrl?: string; |
| | | } |
| | | |
| | | type InsurancePolicyPayStatusEnum = 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 { |
| | |
| | | status?: InsureProductSettingStatusEnum; |
| | | /** 创建时间 */ |
| | | creationTime?: string; |
| | | /** 投保人数上限 */ |
| | | maxCount?: number; |
| | | /** 是否走线上流程 */ |
| | | online?: boolean; |
| | | } |
| | | |
| | | interface InsureProductSettingDtoPageOutput { |
| | |
| | | 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 { |
| | |
| | | email?: string; |
| | | /** 手机号(可选) */ |
| | | mobile?: string; |
| | | /** 职业类型 */ |
| | | occupationType?: string; |
| | | /** 职业代码(可选) */ |
| | | occupationCode?: string; |
| | | /** 鹊桥专用因子(可选) |
| | |
| | | interface ProposalInputSign { |
| | | /** 签名 */ |
| | | signature?: string; |
| | | } |
| | | |
| | | interface ProposalOutput { |
| | | /** 签名(必需) */ |
| | | signature?: string; |
| | | response?: ProposalResponse; |
| | | } |
| | | |
| | | interface ProposalResponse { |
| | | /** 状态码(必需) |
| | | 200为成功,其他为异常 |
| | | 枚举值: -1,200,400,404,408,9999,10021-10042,40001,50001-50022,60001-60002,70000-70012,80002-80003,81001-81101,82001,84001,85001-85004,86001-86002,87001-87003,88001,90001,91001-91002,92001,93001,94001,100010-100012,200001,800001-800009 |
| | | 默认值: 200 */ |
| | | code?: number; |
| | | /** 状态消息(可选) */ |
| | | message?: string; |
| | | /** 时间戳(必需) */ |
| | | timestamp?: number; |
| | | data?: ProposalResponseData; |
| | | } |
| | | |
| | | interface ProposalResponseData { |
| | |
| | | userName?: string; |
| | | phoneNumber?: string; |
| | | password?: string; |
| | | } |
| | | |
| | | interface RestorePolicyDto { |
| | | /** 订单号 */ |
| | | channelOrderNo?: string; |
| | | /** 保单号 */ |
| | | policyNo?: string; |
| | | /** 电子保单链接 */ |
| | | policyOssUrl?: string; |
| | | } |
| | | |
| | | interface RestorePolicyInput { |
| | | /** 保单Id */ |
| | | insurancePolicyId?: string; |
| | | /** 投保批次 */ |
| | | items?: RestorePolicyDto[]; |
| | | } |
| | | |
| | | interface ReturnValueApiDescriptionModel { |
| | |
| | | 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; |
| | | /** 登录用户名 */ |