| | |
| | | orderId?: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceClaimDetailListParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceClaimDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | age?: number; |
| | | birthDay?: string; |
| | | phone?: string; |
| | | claimCount?: number; |
| | | creationTime?: string; |
| | | } |
| | | |
| | |
| | | disabilityRatio?: number; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | /** 理赔渠道 */ |
| | | companyName?: string; |
| | | claimResult?: InsuranceClaimResultEnum; |
| | | claimResultStr?: string; |
| | | /** 下款金额 */ |
| | |
| | | month?: number; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | companyName?: string; |
| | | } |
| | | |
| | | interface QueryInsuranceClaimPageInput { |
| | | pageModel?: Pagination; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | /** 公司名称 */ |
| | | companyName?: string; |
| | | /** 劳动合同单位 */ |
| | | laborContractEnterprise?: string; |
| | | /** 实际工作单位 */ |
| | | workEnterprise?: string; |
| | | /** 身份证号 */ |
| | | idNumber?: string; |
| | | /** 投保人/被保人 */ |
| | | insurerName?: string; |
| | | claimResult?: InsuranceClaimResultEnum; |
| | | } |
| | | |