| | |
| | | orderId?: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceClaimDetailListParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsuranceClaimDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | |
| | | interface APIgetInsuranceStaffListExportParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetInsureBatchDetailParams { |
| | | batchBillId?: string; |
| | | } |
| | | |
| | | interface APIgetListParams { |
| | |
| | | insureBatchBillId?: string; |
| | | /** 审核理由 */ |
| | | auditNote?: string; |
| | | /** 批单编号 */ |
| | | batchBillNo?: string; |
| | | checkStatus?: BatchBillCheckStatus; |
| | | /** 生效时间 */ |
| | | effectTime?: string; |
| | |
| | | id2?: string; |
| | | sortCode2?: number; |
| | | type?: number; |
| | | } |
| | | |
| | | interface CheckImportBatchAddOrSubOrderDataOutput { |
| | | /** 错误数据列表 */ |
| | | error?: ImportBatchAddOrSubOrderDataInput[]; |
| | | /** 新增数据列表 */ |
| | | addOrSub?: ImportBatchAddOrSubOrderDataInput[]; |
| | | } |
| | | |
| | | interface CheckImportBatchUpdateOrderDataOutput { |
| | | /** 错误数据列表 */ |
| | | error?: ImportBatchUpdateOrderDataInput[]; |
| | | /** 替换数据列表 */ |
| | | update?: ImportBatchUpdateOrderDataInput[]; |
| | | } |
| | | |
| | | interface CheckLoginVerificationCodeInput { |
| | |
| | | age?: number; |
| | | birthDay?: string; |
| | | phone?: string; |
| | | claimCount?: number; |
| | | creationTime?: string; |
| | | } |
| | | |
| | |
| | | roleNames: string[]; |
| | | } |
| | | |
| | | interface ImportBatchAddOrSubOrderDataInput { |
| | | /** 批改标志 */ |
| | | changeFlag: string; |
| | | /** 方案代码 */ |
| | | insuranceScheme: string; |
| | | /** 姓名 */ |
| | | name: string; |
| | | /** 证件类型 */ |
| | | certType: string; |
| | | /** 证件号码 */ |
| | | idNumber: string; |
| | | /** 年龄 */ |
| | | age?: number; |
| | | /** 电话号码 */ |
| | | phoneNumber?: string; |
| | | /** 职业/工种 */ |
| | | workType: string; |
| | | /** 性别 */ |
| | | gender?: string; |
| | | /** 出生日期 */ |
| | | birthDay?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface ImportBatchAddOrSubOrderInput { |
| | | /** 导入地址 */ |
| | | url?: string; |
| | |
| | | workType?: string; |
| | | birthDay?: string; |
| | | remark?: string; |
| | | } |
| | | |
| | | interface ImportBatchUpdateOrderDataInput { |
| | | /** 原被保人姓名 */ |
| | | orginName: string; |
| | | /** 原被保人证件号码 */ |
| | | orginIdNumber: string; |
| | | /** 姓名 */ |
| | | name: string; |
| | | /** 证件类型 */ |
| | | certType: string; |
| | | /** 证件号码 */ |
| | | idNumber: string; |
| | | /** 电话号码 */ |
| | | phoneNumber?: string; |
| | | /** 职业/工种 */ |
| | | workType: string; |
| | | /** 性别 */ |
| | | gender?: string; |
| | | /** 年龄 */ |
| | | age?: number; |
| | | /** 出生日期 */ |
| | | birthDay?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | changeFlag?: string; |
| | | } |
| | | |
| | | interface ImportInsStaffAnalysisList { |
| | |
| | | disabilityRatio?: number; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | /** 理赔渠道 */ |
| | | companyName?: string; |
| | | claimResult?: InsuranceClaimResultEnum; |
| | | claimResultStr?: string; |
| | | /** 下款金额 */ |
| | |
| | | orderRelevanceStr?: string; |
| | | /** 保单文件 */ |
| | | orderBillFile?: string; |
| | | /** 投保人和被投保人 */ |
| | | enterpriseName?: string; |
| | | phone?: string; |
| | | insuranceOrg?: string; |
| | | } |
| | | |
| | | interface InsuranceOrderListOutputPageOutput { |
| | |
| | | idNumber?: string; |
| | | /** 性别 */ |
| | | gender?: string; |
| | | /** 手机号码 */ |
| | | phoneNumber?: string; |
| | | /** 年龄 */ |
| | | age?: number; |
| | | /** 出生日期 */ |
| | |
| | | updateInsStaffList?: ImportBatchStaffListInput[]; |
| | | /** 删除人员列表 */ |
| | | delInsStaffList?: ImportBatchStaffListInput[]; |
| | | } |
| | | |
| | | interface InsureBatchDetailDto { |
| | | /** 批改人员详情 */ |
| | | staffList?: InsureBatchBillDetailDto[]; |
| | | /** 生效时间 */ |
| | | effectTime?: string; |
| | | /** 保单号 */ |
| | | insureBillNo?: string; |
| | | /** 投保人 */ |
| | | enterpriseName?: string; |
| | | } |
| | | |
| | | interface IStringValueType { |
| | |
| | | month?: number; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | companyName?: string; |
| | | } |
| | | |
| | | interface QueryInsuranceClaimPageInput { |
| | | pageModel?: Pagination; |
| | | /** 理赔渠道 */ |
| | | claimChannel?: string; |
| | | /** 公司名称 */ |
| | | companyName?: string; |
| | | /** 劳动合同单位 */ |
| | | laborContractEnterprise?: string; |
| | | /** 实际工作单位 */ |
| | | workEnterprise?: string; |
| | | /** 身份证号 */ |
| | | idNumber?: string; |
| | | /** 投保人/被保人 */ |
| | | insurerName?: string; |
| | | claimResult?: InsuranceClaimResultEnum; |
| | | } |
| | | |