| | |
| | | year?: number; |
| | | } |
| | | |
| | | interface APIgetInsuranceOrderAuditRecordIdParams { |
| | | insuranceOrderId: string; |
| | | id: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceOrderDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | values?: Record<string, any>; |
| | | } |
| | | |
| | | interface AuditParkBountyTradeInput { |
| | | /** 出账记录Id */ |
| | | id?: string; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | auditRemark?: string; |
| | | /** 审核凭证 */ |
| | | payAuditFileUrl?: string; |
| | | } |
| | | |
| | | interface BaseAuthorizeDto { |
| | | moduleType?: number; |
| | | moduleId?: string; |
| | |
| | | /** 保额 */ |
| | | insured: number; |
| | | /** 保费 */ |
| | | signPremium: number; |
| | | signPremium?: number; |
| | | /** 保费按天计费 */ |
| | | signPremiumByDay?: string; |
| | | } |
| | | |
| | | interface CreateOrUpdateInsureProductSettingInput { |
| | |
| | | properties?: Record<string, any>; |
| | | configuration?: Record<string, any>; |
| | | } |
| | | |
| | | type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30; |
| | | |
| | | interface ExportInsuranceStaffListInput { |
| | | status?: InsuranceDetailStatusEnum; |
| | |
| | | interface GetInsurancePageOutput { |
| | | id?: string; |
| | | userId?: string; |
| | | /** 产业园区id */ |
| | | industrialParkId?: string; |
| | | /** 投保人 */ |
| | | insurerName?: string; |
| | | /** 被保险人 */ |
| | |
| | | amount?: number; |
| | | /** 投保人数 */ |
| | | insureCount?: number; |
| | | /** 投保生效人数 */ |
| | | insureEffectingCount?: number; |
| | | /** 理赔数量 */ |
| | | claimCount?: number; |
| | | /** 投保机构 */ |
| | |
| | | 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 { |
| | | pageModel?: Pagination; |
| | | condition?: 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 { |
| | |
| | | url?: string; |
| | | /** 保险产品IdNumber */ |
| | | productIdNumber?: string; |
| | | /** 保险产品方案Id */ |
| | | /** 保险方案 */ |
| | | productSchemeIdNumber?: string; |
| | | /** 保单生效时间 */ |
| | | effectStartTime?: string; |
| | | /** 保单截止时间 */ |
| | | effectEndTime?: string; |
| | | } |
| | | |
| | | interface ImportInsStaffToListOutput { |
| | |
| | | |
| | | 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 { |
| | |
| | | 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 { |
| | |
| | | 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; |
| | | /** 登录用户名 */ |