| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdownloadPolicyFileIdParams { |
| | | id: string; |
| | | } |
| | | |
| | | interface APIexportInsuranceBatchStaffParams { |
| | | batchBillId?: string; |
| | | } |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceStaffListExportParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsureBatchDetailParams { |
| | | batchBillId?: string; |
| | | } |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIimportInsStaffToListParams { |
| | | url?: string; |
| | | serialNum?: string; |
| | | productIdNumber?: string; |
| | | productSchemeIdNumber?: string; |
| | | interface APIinsurancePolicyAuditAgainParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIsearchParams { |
| | |
| | | /** 产品名称 */ |
| | | productName: string; |
| | | status?: InsureProductSettingStatusEnum; |
| | | /** 投保人数上限 */ |
| | | maxCount: number; |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | |
| | | interface EntityExtensionDto { |
| | | properties?: Record<string, any>; |
| | | configuration?: Record<string, any>; |
| | | } |
| | | |
| | | interface ExportInsuranceStaffListInput { |
| | | status?: InsuranceDetailStatusEnum; |
| | | insurancePolicyId?: string; |
| | | } |
| | | |
| | | interface ExtensionEnumDto { |
| | |
| | | phone?: string; |
| | | claimCount?: number; |
| | | creationTime?: string; |
| | | /** 投保批次号 */ |
| | | payOrder?: string; |
| | | status?: InsuranceDetailStatusEnum; |
| | | /** 备注 */ |
| | | auditRemark?: string; |
| | | } |
| | | |
| | | interface GetInsuranceStaffPageTemplatePageOutput { |
| | |
| | | isNormal?: boolean; |
| | | } |
| | | |
| | | interface ImportInsStaffToListFrontInput { |
| | | serialNum?: string; |
| | | url?: string; |
| | | /** 保险产品IdNumber */ |
| | | productIdNumber?: string; |
| | | /** 保险产品方案Id */ |
| | | productSchemeIdNumber?: string; |
| | | /** 保单生效时间 */ |
| | | effectStartTime?: string; |
| | | } |
| | | |
| | | interface ImportInsStaffToListOutput { |
| | | /** 总人数 */ |
| | | importAllCount?: number; |
| | | /** 已导入人数 */ |
| | | successCount?: number; |
| | | /** 导入失败列表 */ |
| | | errorList?: ImportInsStaffAnalysisList[]; |
| | | } |
| | | |
| | | type InsuranceClaimAttachmentBusinessTypeEnum = 10 | 20 | 30 | 40 | 50; |
| | | |
| | | interface InsuranceClaimAttachmentOutput { |
| | |
| | | count?: number; |
| | | } |
| | | |
| | | type InsuranceDetailStatusEnum = 10 | 12 | 13 | 14 | 20 | 30; |
| | | |
| | | interface InsuranceOrderListOutput { |
| | | id?: string; |
| | | /** 渠道 */ |
| | |
| | | returnUrl?: string; |
| | | } |
| | | |
| | | type InsurancePolicyAuditStatusEnum = 10 | 20 | -10; |
| | | interface InsurancePolicyAuditOutput { |
| | | /** 消息 */ |
| | | messages?: string[]; |
| | | /** 总投保人数 */ |
| | | totalCount?: number; |
| | | /** 投保成功 */ |
| | | successCount?: number; |
| | | /** 投保失败 */ |
| | | failCount?: number; |
| | | } |
| | | |
| | | type InsurancePolicyAuditStatusEnum = 10 | 15 | 20 | -10; |
| | | |
| | | type InsurancePolicyListPayStatusEnum = 1 | 2; |
| | | |
| | |
| | | invoiceDownloadOssUrl?: string; |
| | | } |
| | | |
| | | type InsurancePolicyPayStatusEnum = 1 | 2; |
| | | type InsurancePolicyPayStatusEnum = 1 | 2 | -1; |
| | | |
| | | type InsurancePolicyStatusEnum = 10 | 20 | 30; |
| | | |
| | |
| | | status?: InsureProductSettingStatusEnum; |
| | | /** 创建时间 */ |
| | | creationTime?: string; |
| | | /** 投保人数上限 */ |
| | | maxCount?: number; |
| | | } |
| | | |
| | | interface InsureProductSettingDtoPageOutput { |
| | |
| | | password?: string; |
| | | } |
| | | |
| | | interface RestorePolicyDto { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 订单号 */ |
| | | channelOrderNo?: string; |
| | | /** 保单号 */ |
| | | policyNo?: string; |
| | | /** 电子保单链接 */ |
| | | policyOssUrl?: string; |
| | | } |
| | | |
| | | interface RestorePolicyInput { |
| | | /** 保单Id */ |
| | | insurancePolicyId?: string; |
| | | /** 投保批次 */ |
| | | items?: RestorePolicyDto[]; |
| | | } |
| | | |
| | | interface ReturnValueApiDescriptionModel { |
| | | type?: string; |
| | | typeSimple?: string; |