| | |
| | | insuredInstitution: string; |
| | | /** 投保方案 */ |
| | | insuranceScheme: string; |
| | | /** 保单号 */ |
| | | orderNo: string; |
| | | /** 在职标识 */ |
| | | onJobFlag?: string; |
| | | /** 性别 */ |
| | |
| | | } |
| | | |
| | | interface ImportBatchStaffListInput { |
| | | originIdNumber?: string; |
| | | orginIdNumber?: string; |
| | | /** 电话号码 */ |
| | | phoneNumber?: string; |
| | | id?: number; |
| | |
| | | incDecAmount?: number; |
| | | /** 保单id */ |
| | | insuranceOrderId?: string; |
| | | /** 投保机构 */ |
| | | insuranceOrg?: string; |
| | | /** 保单号 */ |
| | | orderNo?: string; |
| | | /** 投保/被保机构 */ |
| | | enterpriseName?: string; |
| | | /** 报案时间 */ |
| | | reportedTime?: string; |
| | | /** 联系电话 */ |
| | |
| | | |
| | | interface InsuranceClaimListOutput { |
| | | id?: string; |
| | | serialNumber?: number; |
| | | /** 身份证号 */ |
| | | idNumber?: string; |
| | | /** 姓名 */ |
| | |
| | | accidentTime?: string; |
| | | /** 伤残比例 */ |
| | | disabilityRatio?: number; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | /** 理赔渠道 */ |
| | | companyName?: string; |
| | | claimResult?: InsuranceClaimResultEnum; |
| | | claimResultStr?: string; |
| | | /** 下款金额 */ |
| | | downPaymentAmount?: number; |
| | |
| | | claimResultTime?: string; |
| | | /** 最后更新日期 */ |
| | | lastModificationTime?: string; |
| | | /** 理赔渠道 */ |
| | | companyName?: string; |
| | | claimChannel?: string; |
| | | claimResult?: InsuranceClaimResultEnum; |
| | | /** 保单id */ |
| | | insuranceOrderId?: string; |
| | | createTime?: string; |
| | |
| | | insuredInstitution: string; |
| | | /** 投保方案 */ |
| | | insuranceScheme: string; |
| | | /** 保单号 */ |
| | | orderNo: string; |
| | | /** 在职标识 */ |
| | | onJobFlag?: string; |
| | | /** 性别 */ |