| | |
| | | attachments?: AddInsuranceClaimAttachmentInput[]; |
| | | } |
| | | |
| | | interface AddInsuranceOrderBillFile { |
| | | /** 保单号 */ |
| | | orderNo?: string; |
| | | /** 保单文件 */ |
| | | orderBillFile?: string; |
| | | } |
| | | |
| | | interface AddInsuranceOrderMaterialInput { |
| | | insuranceOrderId?: string; |
| | | /** 文件名称 */ |
| | |
| | | clientId?: string; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | } |
| | | |
| | | interface CreateOrUpdateRoleInput { |
| | |
| | | dateSeparator?: string; |
| | | shortTimePattern?: string; |
| | | longTimePattern?: string; |
| | | } |
| | | |
| | | interface DownsizingInsuranceOrderData { |
| | | /** 导入地址 */ |
| | | url?: string; |
| | | /** 保单号 */ |
| | | orderNo?: string; |
| | | /** 减员保单id */ |
| | | downsizingInsuranceList?: string[]; |
| | | } |
| | | |
| | | interface EntityExtensionDto { |
| | |
| | | laborContractEnterprise?: string; |
| | | /** 实际工作单位 */ |
| | | workEnterprise?: string; |
| | | workAddress?: string; |
| | | /** 保险起始时间 */ |
| | | insuranceBeginTime?: string; |
| | | insuranceBeginTimeShow?: string; |
| | |
| | | insuredInstitution?: string; |
| | | /** 投保方案 */ |
| | | insuranceScheme?: string; |
| | | /** 投保方式 */ |
| | | insuranceType?: string; |
| | | /** 在职标识 */ |
| | | onJobFlag?: string; |
| | | /** 性别 */ |
| | |
| | | orderNo?: string; |
| | | /** 保单关联唯一字符串 */ |
| | | orderRelevanceStr?: string; |
| | | /** 保单文件 */ |
| | | orderBillFile?: string; |
| | | } |
| | | |
| | | interface InsuranceOrderListOutputPageOutput { |
| | |
| | | condition?: string; |
| | | /** 增减员查询 */ |
| | | onJobFlag?: string; |
| | | /** 投保方式查询 月保/年保 */ |
| | | insuranceType?: string; |
| | | importChannel?: string; |
| | | } |
| | | |
| | |
| | | phoneNumber: string; |
| | | /** 渠道 */ |
| | | channel?: string; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | } |
| | |
| | | channel?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | } |
| | |
| | | channel?: string; |
| | | /** 用户端Id */ |
| | | clientId?: string; |
| | | /** 是否理赔提醒 */ |
| | | sendClaimMessage?: boolean; |
| | | /** 是否保单到期提醒 */ |
| | | sendBillExpireMessage?: boolean; |
| | | /** 是否短信提醒 */ |
| | | isSendMessage?: boolean; |
| | | /** 角色 */ |
| | | roleNames?: string[]; |
| | | } |