using CZFW.Framework.Model.Entity;
using System;
using System.Collections.Generic;
using System.Text;
namespace CZKJ.GBRS2.ViewModel
{
///
/// 保单被保人信息
///
public class PolicyInsuredModel:EntityBase
{
///
/// 与投保人关系
///
public string RelationToAppnt { get; set; }
///
/// 被保人名称
///
public string Name { get; set; }
///
/// 被保人性别
///
public string Sex { get; set; }
///
/// 被保人出生日期
///
public string Birthday { get; set; }
///
/// 证件类型
///
public string IDType { get; set; }
///
/// 证件号码
///
public string IDNo { get; set; }
///
/// 合同号码
///
public string ContNo { get; set; }
///
/// 被保人客户号
///
public string InsuredNo { get; set; }
///
/// 印刷号码
///
public string PrtNo { get; set; }
///
/// 投保人客户号码
///
public string AppntNo { get; set; }
///
/// 管理机构
///
public string ManageCom { get; set; }
///
/// 家庭保障号
///
public string FamilyID { get; set; }
///
/// 与主被保人关系
///
public string RelationToMainInsured { get; set; }
///
/// 国籍
///
public string NativePlace { get; set; }
///
/// 民族
///
public string Nationality { get; set; }
///
/// 户口所在地
///
public string RgtAddress { get; set; }
///
/// 婚姻状况
///
public string Marriage { get; set; }
///
/// 结婚日期
///
public string MarriageDATE { get; set; }
///
/// 健康状况
///
public string Health { get; set; }
///
/// 身高
///
public decimal? Stature { get; set; }
///
/// 体重
///
public string Avoirdupois { get; set; }
///
/// 学历
///
public string Degree { get; set; }
///
/// 信用等级
///
public string CreditGrade { get; set; }
///
/// 银行编码
///
public string BankCode { get; set; }
///
/// 银行帐号
///
public string BankAccNo { get; set; }
///
/// 职位
///
public string Position { get; set; }
///
/// 工资
///
public decimal Salary { get; set; }
///
/// 职业类别
///
public string OccupationType { get; set; }
///
/// 职业代码
///
public string OccupationCode { get; set; }
///
/// 职业(工种)
///
public string WorkType { get; set; }
///
/// 兼职(工种)
///
public string PluralityType { get; set; }
///
/// 是否吸烟标志
///
public string SmokeFlag { get; set; }
///
/// 保险计划编码
///
public string ContPlanCode { get; set; }
///
/// 被保人状态
///
public string InsuredStat { get; set; }
///
/// 核保状态
///
public string UWFlag { get; set; }
///
/// 最终核保人编码
///
public string UWCode { get; set; }
///
/// 核保完成日期
///
public string UWDATE { get; set; }
///
/// 核保完成时间
///
public string UWTime { get; set; }
///
/// 身体指标
///
public string BMI { get; set; }
///
/// 被保人数目
///
public int? InsuredPeoples { get; set; }
///
/// 驾照
///
public string License { get; set; }
///
/// 驾照类型
///
public string LicenseType { get; set; }
///
/// 团体客户序号
///
public int? CustomerSeqNo { get; set; }
///
/// 社保登记号
///
public string SocialInsuNo { get; set; }
///
/// 短消息标志
///
public string SendMsgFlag { get; set; }
///
/// 邮件标志
///
public string SendMailFlag { get; set; }
///
/// 加入保单日期
///
public string JoinContDate { get; set; }
///
/// 工作证号码
///
public string WorkNo { get; set; }
///
/// 卡单编码
///
public string CertifyCode { get; set; }
///
/// 卡单起号
///
public string StartCode { get; set; }
///
/// 卡单止号
///
public string EndCode { get; set; }
///
/// 是否有社保标志
///
public string SocialInsuFlag { get; set; }
///
/// 证件有效期
///
public string IDExpDate { get; set; }
///
/// 子公司号码
///
public string GrpNo { get; set; }
///
/// 组织机构代码
///
public string OrganComCode { get; set; }
///
/// 主被保人客户号
///
public string MainCustomerNo { get; set; }
///
/// 被保险人类型
///
public string InsuredType { get; set; }
///
/// 证件是否长期
///
public string IsLongValid { get; set; }
///
/// 证件开始日期
///
public string IDStartDate { get; set; }
///
/// 被保人投保年龄
///
public int? InsuredAppAge { get; set; }
///
/// 工龄
///
public string Seniority { get; set; }
///
/// 工作单位
///
public string WorkCompName { get; set; }
///
/// 保障等级方案编码
///
public string PlanCode { get; set; }
///
/// 死亡日期
///
public string DeathDate { get; set; }
///
/// 黑名单标识
///
public string BlacklistFlag { get; set; }
///
/// Vip值
///
public string VIPValue { get; set; }
///
/// Qq信息标识
///
public string SendQQFlag { get; set; }
///
/// Msn信息标识
///
public string SendMSNFlag { get; set; }
///
/// 服务区域
///
public string ServerArea { get; set; }
///
/// 客户群编码
///
public string SubCustomerNo { get; set; }
///
/// 是否次标准体
///
public string Substandard { get; set; }
///
/// 备注
///
public string Remark { get; set; }
///
/// 套餐代码
///
public string PakageCode { get; set; }
///
/// 前往国家/地区
///
public string Destination { get; set; }
///
/// 出行目的
///
public string Purpose { get; set; }
///
/// 紧急联系人
///
public string EmergencyContact { get; set; }
///
/// 紧急联系人电话
///
public string EmerContPhone { get; set; }
///
/// 承保天数
///
public string ApplytoDay { get; set; }
///
/// 有无生育保险
///
public string MaternityFlag { get; set; }
///
/// 急难援助卡
///
public string RescueType { get; set; }
///
/// 所在部门
///
public string DeptCode { get; set; }
///
/// 所在分公司
///
public string SubCompanyCode { get; set; }
///
/// 被保险人编码
///
public string InsureCode { get; set; }
///
/// 工作地
///
public string WorkAddress { get; set; }
///
/// 社保地
///
public string SocialInsuAddress { get; set; }
///
/// 来源保单号
///
public string OriginContNo { get; set; }
///
/// 来源客户号
///
public string OriginInsuredNo { get; set; }
///
/// 通讯地址
///
public string PostalAddress { get; set; }
///
/// 通讯邮编
///
public string ZipCode { get; set; }
///
/// 通讯电话
///
public string Phone { get; set; }
///
/// 通讯传真
///
public string Fax { get; set; }
///
/// 家庭地址
///
public string HomeAddress { get; set; }
///
/// 家庭邮编
///
public string HomeZipCode { get; set; }
///
/// 家庭电话
///
public string HomePhone { get; set; }
///
/// 家庭传真
///
public string HomeFax { get; set; }
///
/// 单位地址
///
public string CompanyAddress { get; set; }
///
/// 单位邮编
///
public string CompanyZipCode { get; set; }
///
/// 单位电话
///
public string CompanyPhone { get; set; }
///
/// 单位传真
///
public string CompanyFax { get; set; }
///
/// 手机
///
public string Mobile { get; set; }
///
/// 手机中文标示
///
public string MobileChs { get; set; }
///
/// e_mail
///
public string Email { get; set; }
///
/// 传呼
///
public string BP { get; set; }
///
/// 手机2
///
public string Mobile2 { get; set; }
///
/// 手机中文标示2
///
public string MobileChs2 { get; set; }
///
/// e_mail2
///
public string Email2 { get; set; }
///
/// 传呼2
///
public string BP2 { get; set; }
///
/// 单位名称
///
public string GrpName { get; set; }
///
/// 省
///
public string Province { get; set; }
///
/// 市
///
public string City { get; set; }
///
/// 区/县
///
public string County { get; set; }
///
/// 联系地址省
///
public string PostalProvince { get; set; }
///
/// 联系地址市
///
public string PostalCity { get; set; }
///
/// 联系地址区
///
public string PostalCounty { get; set; }
///
/// 住址省编码
///
public string HomeProvince { get; set; }
///
/// 住址市编码
///
public string HomeCity { get; set; }
///
/// 住址区编码
///
public string HomeCounty { get; set; }
///
/// 联系地址省编码
///
public string ProvinceCode { get; set; }
///
/// 联系地址市编码
///
public string CityCode { get; set; }
///
/// 联席地址区编码
///
public string CountyCode { get; set; }
}
}