|
@@ -1,303 +1,305 @@
|
|
|
|
|
|
DROP TABLE IF EXISTS shanglifeecif.individual;
|
|
|
-CREATE TABLE shanglifeecif.Individual(
|
|
|
-
|
|
|
- IndID STRING COMMENT '个体ID' ,
|
|
|
- CustID STRING COMMENT '客户号 本系统统一生成的全司范围的唯一标识' ,
|
|
|
- SCustID STRING COMMENT '上游客户号 上游系统的客户ID' ,
|
|
|
- Name STRING COMMENT '名称 T_CUSTOMER_CLASS.CUSTOMER_NAME' ,
|
|
|
- Birthday STRING COMMENT '出生日期 T_CUSTOMER_CLASS.BIRTHDATE' ,
|
|
|
- NOBirth STRING COMMENT '出生国家' ,
|
|
|
- SOBirth STRING COMMENT '出生省份' ,
|
|
|
- COBirth STRING COMMENT '出生城市' ,
|
|
|
- Dday STRING COMMENT '死亡日期' ,
|
|
|
- Gender STRING COMMENT '性别 GB/T 2261.1-2003规定的一位数字代码执行,前三位填充G00: G000:未知的性别; G001:男性; G002:女性 ; G009:未说明的性别 ';
|
|
|
- Ethnic STRING COMMENT '民族' ,
|
|
|
- Nation STRING COMMENT '国籍' ,
|
|
|
- HomeAdress STRING COMMENT '籍贯 UNDERWRITE_REPORT_LIST.POLICY_HOLDER_ADDRESS' ,
|
|
|
- RegResidence STRING COMMENT '户口所在地' ,
|
|
|
- MaritalStat STRING COMMENT '婚姻状况 一对多' ,
|
|
|
- MaritalStatDate STRING COMMENT '婚姻状况日期 一对多' ,
|
|
|
- Offspring STRING COMMENT '生育状况' ,
|
|
|
- Support STRING COMMENT '赡养状况' ,
|
|
|
- EmpStat STRING COMMENT '就业状况 一对多' ,
|
|
|
- EmpStatDate STRING COMMENT '就业状况日期 一对多' ,
|
|
|
- RAID STRING COMMENT '联系地址' ,
|
|
|
- RAL STRING COMMENT '联系地址不分段' ,
|
|
|
- AL STRING COMMENT '曾用地址不分段' ,
|
|
|
- COAdress INT COMMENT '地址登录数量' ,
|
|
|
- PMPhone STRING COMMENT '常用手机 正在使用的手机' ,
|
|
|
- Mhone1 STRING COMMENT '曾用手机1' ,
|
|
|
- Mhone2 STRING COMMENT '曾用手机2' ,
|
|
|
- SOPhone INT COMMENT '手机登录数量' ,
|
|
|
- Height double COMMENT '身高' ,
|
|
|
- Weight double COMMENT '体重' ,
|
|
|
- CIllness STRING COMMENT '当前疾病' ,
|
|
|
- PIllness STRING COMMENT '曾患疾病' ,
|
|
|
- CDiseases STRING COMMENT '先天性疾病' ,
|
|
|
- BMI double COMMENT 'BMI体制指数' ,
|
|
|
- FMHistory STRING COMMENT '家族病史' ,
|
|
|
- EvaDate STRING COMMENT '健康评估日期' ,
|
|
|
- COHEvaluation INT COMMENT '健康评估登录数量' ,
|
|
|
- HPhone STRING COMMENT '家庭电话' ,
|
|
|
- OccupationId STRING COMMENT '职业代码 UNDERWRITE_REPORT_LIST.POLICY_HOLDER_CODE' ,
|
|
|
- Occupation STRING COMMENT '职业名称 UNDERWRITE_REPORT_LIST.POLICY_HOLDER_NAME' ,
|
|
|
- Odate STRING COMMENT '职业时间 一对多' ,
|
|
|
- Employer STRING COMMENT '工作单位' ,
|
|
|
- WPhone STRING COMMENT '工作电话' ,
|
|
|
- EmpDate STRING COMMENT '工作单位时间' ,
|
|
|
- LEmployer STRING COMMENT '曾经工作单位' ,
|
|
|
- IDCard STRING COMMENT '身份证 code codename' ,
|
|
|
- Passport STRING COMMENT '护照' ,
|
|
|
- Dlicense STRING COMMENT '驾驶证' ,
|
|
|
- Education STRING COMMENT '最高学历' ,
|
|
|
- University STRING COMMENT '毕业学校' ,
|
|
|
- Edate STRING COMMENT '学历时间' ,
|
|
|
- Wechat STRING COMMENT '微信' ,
|
|
|
- Weibo STRING COMMENT '微博' ,
|
|
|
- Email STRING COMMENT '邮箱' ,
|
|
|
- QQ STRING COMMENT 'QQ' ,
|
|
|
- Tiktok STRING COMMENT '抖音' ,
|
|
|
- SAccount1 STRING COMMENT '社交账号1' ,
|
|
|
- SA1Cat STRING COMMENT '社交账号1类别' ,
|
|
|
- SAccount2 STRING COMMENT '社交账号2' ,
|
|
|
- SA2Cat STRING COMMENT '社交账号2类别' ,
|
|
|
- CType STRING COMMENT '首选联系方式 手机,微信,微博,邮箱,QQ,抖音,其他' ,
|
|
|
- Father STRING COMMENT '父亲 HEALTH_INSURANCE_LISTING.INSUREDNAME HEALTH_INSURANCE_LISTING.RELATION:投保人与被保人关系' ,
|
|
|
- Mother STRING COMMENT '母亲' ,
|
|
|
- Mate STRING COMMENT '配偶' ,
|
|
|
- child1 STRING COMMENT '子女1' ,
|
|
|
- child2 STRING COMMENT '子女2' ,
|
|
|
- COChild INT COMMENT '子女登录数量' ,
|
|
|
- RPID STRING COMMENT '房产' ,
|
|
|
- RPDescribe STRING COMMENT '房产描述' ,
|
|
|
- CORP INT COMMENT '房产登录数量' ,
|
|
|
- VID STRING COMMENT '车辆' ,
|
|
|
- VDescribe STRING COMMENT '车辆描述' ,
|
|
|
- COVehicle INT COMMENT '车辆登录数量' ,
|
|
|
- Anniversary1 STRING COMMENT '纪念日1' ,
|
|
|
- A1Describe STRING COMMENT '纪念日1类型' ,
|
|
|
- Anniversary2 STRING COMMENT '纪念日2' ,
|
|
|
- A2Describe STRING COMMENT '纪念日2类型' ,
|
|
|
- SOAnniversary INT COMMENT '纪念日登录数量' ,
|
|
|
- CustType STRING COMMENT '客户类型' ,
|
|
|
- BankName STRING COMMENT '开户银行' ,
|
|
|
- TOBankCard STRING COMMENT '银行卡类型 如:master、visa、银联等。' ,
|
|
|
- AccName STRING COMMENT '账户名' ,
|
|
|
- BankAccNo STRING COMMENT '银行帐号' ,
|
|
|
- COBAccount INT COMMENT '账户登录数量' ,
|
|
|
- SOTLIRisk double COMMENT '传统寿险种保额合计' ,
|
|
|
- SOAIRisk double COMMENT '意外类险种保额合计' ,
|
|
|
- SOSIIRisk double COMMENT '重疾类险种保额合计' ,
|
|
|
- SOMCIRisk double COMMENT '医疗费用类险种保额合计' ,
|
|
|
- SOMEIRisk double COMMENT '医疗补贴类险种保额合计' ,
|
|
|
- SOEFIRisk double COMMENT '教育金类险种保额合计' ,
|
|
|
- SOPIRisk double COMMENT '养老金类险种保额合计' ,
|
|
|
- SOWMIRisk double COMMENT '财富管理险种保额合计' ,
|
|
|
- CustClass INT COMMENT '客户等级 T_CUSTOMER_CLASS.CLASS_VALUE' ,
|
|
|
- ConValue INT COMMENT '贡献度分' ,
|
|
|
- Awarded3 INT COMMENT '家庭加分' ,
|
|
|
- Awarded2 INT COMMENT '续期加分' ,
|
|
|
- Awarded1 INT COMMENT '保单加分' ,
|
|
|
- SOValue INT COMMENT '总分值' ,
|
|
|
- EndDate STRING COMMENT '客户等级失效日期' ,
|
|
|
- SystemTag1 STRING COMMENT '系统标签域1' ,
|
|
|
- SystemTag2 STRING COMMENT '系统标签域2' ,
|
|
|
- SystemTag3 STRING COMMENT '系统标签域3' ,
|
|
|
- SystemTag4 STRING COMMENT '系统标签域4' ,
|
|
|
- SystemTag5 STRING COMMENT '系统标签域5' ,
|
|
|
- COCommunication INT COMMENT '接触次数' ,
|
|
|
- LCDate STRING COMMENT '最近接触时间' ,
|
|
|
- LCType STRING COMMENT '最近接触类型 投诉、问询、营销' ,
|
|
|
- LCMethod STRING COMMENT '最近接触方式 外呼、呼入' ,
|
|
|
- COComplaint INT COMMENT '投诉次数 当前客户投保保单相关投诉,包括非本人投诉' ,
|
|
|
- LCPTDate STRING COMMENT '最近投诉时间 当前客户投保保单相关投诉,包括非本人投诉' ,
|
|
|
- LCPTReason STRING COMMENT '最近投诉原因 当前客户投保保单相关投诉,包括非本人投诉' ,
|
|
|
- LCPTLink STRING COMMENT '最近投诉环节 当前客户投保保单相关投诉,包括非本人投诉' ,
|
|
|
- LCPTResult STRING COMMENT '最近投诉处理结果 当前客户投保保单相关投诉,包括非本人投诉' ,
|
|
|
- LCPTDuration double COMMENT '最近投诉处理时长 当前客户投保保单相关投诉,包括非本人投诉' ,
|
|
|
- LCPTPerson STRING COMMENT '最近投诉人' ,
|
|
|
- SOPPremium double COMMENT '累计已缴保费' ,
|
|
|
- LAPPDate STRING COMMENT '最近投保日期' ,
|
|
|
- CNDate STRING COMMENT '最近报案日期' ,
|
|
|
- CNStatus STRING COMMENT '最近报案状态' ,
|
|
|
- COClaim INT COMMENT '赔付次数' ,
|
|
|
- SOClaim double COMMENT '赔付总额' ,
|
|
|
- COCNotification INT COMMENT '报案登录数量' ,
|
|
|
- FADate STRING COMMENT '首次投保日期 当前客户为投保人时' ,
|
|
|
- FAChannel STRING COMMENT '首张保单所属渠道 InsuranceArrangement.AgentChannel' ,
|
|
|
- FAOrg STRING COMMENT '首张保单所属机构 InsuranceArrangement.AgentOrg' ,
|
|
|
- LPNo STRING COMMENT '最近保险单号 当前客户为投保人时' ,
|
|
|
- LPState STRING COMMENT '最近保单状态 当前客户为投保人时' ,
|
|
|
- LPName STRING COMMENT '最近投保险种名称 当前客户为投保人时' ,
|
|
|
- LPChannel STRING COMMENT '最近保单所属渠道 InsuranceArrangement.AgentChannel' ,
|
|
|
- LPOrg STRING COMMENT '最近保单所属机构 InsuranceArrangement.AgentOrg' ,
|
|
|
- COPolicy INT COMMENT '保单登录数量' ,
|
|
|
- LPOSType STRING COMMENT '最近保全类型 AUDIT_EDORLIST.EDORNAME' ,
|
|
|
- IAccNo1 STRING COMMENT '保险账户1' ,
|
|
|
- IAccName1 STRING COMMENT '保险账户1名称' ,
|
|
|
- IAccNo2 STRING COMMENT '保险账户2' ,
|
|
|
- IAccName2 STRING COMMENT '保险账户2名称' ,
|
|
|
- IAccNo3 STRING COMMENT '保险账户3' ,
|
|
|
- IAccName3 STRING COMMENT '保险账户3名称' ,
|
|
|
- SOIAccount1 double COMMENT '保险账户1余额' ,
|
|
|
- SOIAccount2 double COMMENT '保险账户2余额' ,
|
|
|
- SOIAccount3 double COMMENT '保险账户3余额' ,
|
|
|
- COIAccount INT COMMENT '保险账户登录数量' ,
|
|
|
- HOMEID STRING COMMENT '家庭号 大数据平台HOME_NETWORK' ,
|
|
|
- BranchCode STRING COMMENT '机构代码 数据归属机构,用于权限控制' ,
|
|
|
- CustState STRING COMMENT '客户状态 party可能会合并导致当前记录不再可用' ,
|
|
|
- DataSource STRING COMMENT '数据来源' ,
|
|
|
- Smoking STRING COMMENT '吸烟情况 从不、戒烟、吸烟' ,
|
|
|
- Drinking STRING COMMENT '饮酒情况 从不、戒酒、饮酒' ,
|
|
|
- Pregnancy STRING COMMENT '怀孕情况' ,
|
|
|
- Hobby1 STRING COMMENT '兴趣爱好1' ,
|
|
|
- Hobby2 STRING COMMENT '兴趣爱好2' ,
|
|
|
- Hobby3 STRING COMMENT '兴趣爱好3' ,
|
|
|
- PIncome double COMMENT '个人年收入' ,
|
|
|
- FIncome double COMMENT '家庭年收入' ,
|
|
|
- regtype string COMMENT '户籍类型',
|
|
|
- IncomeSource STRING COMMENT '收入来源' ,
|
|
|
- SIStatus STRING COMMENT '社保情况' ,
|
|
|
- NOVPolicy INT COMMENT '有效保单件数' ,
|
|
|
- NOIVPolicy INT COMMENT '失效保单件数' ,
|
|
|
- NOSTInsurance STRING COMMENT '短意险保单持有情况 仅持有短意险保单,持有短意险保单,无短意险保单' ,
|
|
|
- NOSPInsurance STRING COMMENT '趸交保单持有情况 仅持有趸交保单,持有趸交保单,无趸交保单' ,
|
|
|
- ISelf STRING COMMENT '本人投保情况 仅本人投保,本人已投保,本人未投保' ,
|
|
|
- IParent STRING COMMENT '父母投保情况 仅父母投保,父母已投保,父母未投保' ,
|
|
|
- IChildren STRING COMMENT '子女投保情况 仅子女投保,子女已投保,子女未·投保' ,
|
|
|
- Imate STRING COMMENT '配偶投保情况 仅配偶投保,配偶已投保,配偶未投保' ,
|
|
|
- policybelong STRING COMMENT '业绩归属',
|
|
|
- CREATED_BY STRING COMMENT '创建人' ,
|
|
|
- CREATED_TIME DATE COMMENT '创建时间' ,
|
|
|
- UPDATED_BY STRING COMMENT '更新人' ,
|
|
|
- UPDATED_TIME DATE COMMENT '更新时间' ,
|
|
|
- Label1 STRING COMMENT 'Label1' ,
|
|
|
- Label2 STRING COMMENT 'Label2' ,
|
|
|
- Label3 STRING COMMENT 'Label3' ,
|
|
|
- Label4 STRING COMMENT 'Label4' ,
|
|
|
- Label5 STRING COMMENT 'Label5' ,
|
|
|
- Label6 STRING COMMENT 'Label6' ,
|
|
|
- Label7 STRING COMMENT 'Label7' ,
|
|
|
- Label8 STRING COMMENT 'Label8' ,
|
|
|
- Label9 STRING COMMENT 'Label9' ,
|
|
|
- Label10 STRING COMMENT 'Label10' ,
|
|
|
- Label11 STRING COMMENT 'Label11' ,
|
|
|
- Label12 STRING COMMENT 'Label12' ,
|
|
|
- Label13 STRING COMMENT 'Label13' ,
|
|
|
- Label14 STRING COMMENT 'Label14' ,
|
|
|
- Label15 STRING COMMENT 'Label15' ,
|
|
|
- Label16 STRING COMMENT 'Label16' ,
|
|
|
- Label17 STRING COMMENT 'Label17' ,
|
|
|
- Label18 STRING COMMENT 'Label18' ,
|
|
|
- Label19 STRING COMMENT 'Label19' ,
|
|
|
- Label20 STRING COMMENT 'Label20' ,
|
|
|
- Label21 STRING COMMENT 'Label21' ,
|
|
|
- Label22 STRING COMMENT 'Label22' ,
|
|
|
- Label23 STRING COMMENT 'Label23' ,
|
|
|
- Label24 STRING COMMENT 'Label24' ,
|
|
|
- Label25 STRING COMMENT 'Label25' ,
|
|
|
- Label26 STRING COMMENT 'Label26' ,
|
|
|
- Label27 STRING COMMENT 'Label27' ,
|
|
|
- Label28 STRING COMMENT 'Label28' ,
|
|
|
- Label29 STRING COMMENT 'Label29' ,
|
|
|
- Label30 STRING COMMENT 'Label30' ,
|
|
|
- Label31 STRING COMMENT 'Label31' ,
|
|
|
- Label32 STRING COMMENT 'Label32' ,
|
|
|
- Label33 STRING COMMENT 'Label33' ,
|
|
|
- Label34 STRING COMMENT 'Label34' ,
|
|
|
- Label35 STRING COMMENT 'Label35' ,
|
|
|
- Label36 STRING COMMENT 'Label36' ,
|
|
|
- Label37 STRING COMMENT 'Label37' ,
|
|
|
- Label38 STRING COMMENT 'Label38' ,
|
|
|
- Label39 STRING COMMENT 'Label39' ,
|
|
|
- Label40 STRING COMMENT 'Label40' ,
|
|
|
- Label41 STRING COMMENT 'Label41' ,
|
|
|
- Label42 STRING COMMENT 'Label42' ,
|
|
|
- Label43 STRING COMMENT 'Label43' ,
|
|
|
- Label44 STRING COMMENT 'Label44' ,
|
|
|
- Label45 STRING COMMENT 'Label45' ,
|
|
|
- Label46 STRING COMMENT 'Label46' ,
|
|
|
- Label47 STRING COMMENT 'Label47' ,
|
|
|
- Label48 STRING COMMENT 'Label48' ,
|
|
|
- Label49 STRING COMMENT 'Label49' ,
|
|
|
- Label50 STRING COMMENT 'Label50' ,
|
|
|
- Label51 STRING COMMENT 'Label51' ,
|
|
|
- Label52 STRING COMMENT 'Label52' ,
|
|
|
- Label53 STRING COMMENT 'Label53' ,
|
|
|
- Label54 STRING COMMENT 'Label54' ,
|
|
|
- Label55 STRING COMMENT 'Label55' ,
|
|
|
- Label56 STRING COMMENT 'Label56' ,
|
|
|
- Label57 STRING COMMENT 'Label57' ,
|
|
|
- Label58 STRING COMMENT 'Label58' ,
|
|
|
- Label59 STRING COMMENT 'Label59' ,
|
|
|
- Label60 STRING COMMENT 'Label60' ,
|
|
|
- Label61 STRING COMMENT 'Label61' ,
|
|
|
- Label62 STRING COMMENT 'Label62' ,
|
|
|
- Label63 STRING COMMENT 'Label63' ,
|
|
|
- Label64 STRING COMMENT 'Label64' ,
|
|
|
- Label65 STRING COMMENT 'Label65' ,
|
|
|
- Label66 STRING COMMENT 'Label66' ,
|
|
|
- Label67 STRING COMMENT 'Label67' ,
|
|
|
- Label68 STRING COMMENT 'Label68' ,
|
|
|
- Label69 STRING COMMENT 'Label69' ,
|
|
|
- Label70 STRING COMMENT 'Label70' ,
|
|
|
- Label71 STRING COMMENT 'Label71' ,
|
|
|
- Label72 STRING COMMENT 'Label72' ,
|
|
|
- Label73 STRING COMMENT 'Label73' ,
|
|
|
- Label74 STRING COMMENT 'Label74' ,
|
|
|
- Label75 STRING COMMENT 'Label75' ,
|
|
|
- Label76 STRING COMMENT 'Label76' ,
|
|
|
- Label77 STRING COMMENT 'Label77' ,
|
|
|
- Label78 STRING COMMENT 'Label78' ,
|
|
|
- Label79 STRING COMMENT 'Label79' ,
|
|
|
- Label80 STRING COMMENT 'Label80' ,
|
|
|
- Label81 STRING COMMENT 'Label81' ,
|
|
|
- Label82 STRING COMMENT 'Label82' ,
|
|
|
- Label83 STRING COMMENT 'Label83' ,
|
|
|
- Label84 STRING COMMENT 'Label84' ,
|
|
|
- Label85 STRING COMMENT 'Label85' ,
|
|
|
- Label86 STRING COMMENT 'Label86' ,
|
|
|
- Label87 STRING COMMENT 'Label87' ,
|
|
|
- Label88 STRING COMMENT 'Label88' ,
|
|
|
- Label89 STRING COMMENT 'Label89' ,
|
|
|
- Label90 STRING COMMENT 'Label90' ,
|
|
|
- Label91 STRING COMMENT 'Label91' ,
|
|
|
- Label92 STRING COMMENT 'Label92' ,
|
|
|
- Label93 STRING COMMENT 'Label93' ,
|
|
|
- Label94 STRING COMMENT 'Label94' ,
|
|
|
- Label95 STRING COMMENT 'Label95' ,
|
|
|
- Label96 STRING COMMENT 'Label96' ,
|
|
|
- Label97 STRING COMMENT 'Label97' ,
|
|
|
- Label98 STRING COMMENT 'Label98' ,
|
|
|
- Label99 STRING COMMENT 'Label99' ,
|
|
|
- Label100 STRING COMMENT 'Label100' ,
|
|
|
- Label101 STRING COMMENT 'Label101' ,
|
|
|
- Label102 STRING COMMENT 'Label102' ,
|
|
|
- Label103 STRING COMMENT 'Label103' ,
|
|
|
- Label104 STRING COMMENT 'Label104' ,
|
|
|
- Label105 STRING COMMENT 'Label105' ,
|
|
|
- Label106 STRING COMMENT 'Label106' ,
|
|
|
- Label107 STRING COMMENT 'Label107' ,
|
|
|
- Label108 STRING COMMENT 'Label108' ,
|
|
|
- Label109 STRING COMMENT 'Label109' ,
|
|
|
- Label110 STRING COMMENT 'Label110' ,
|
|
|
- Label111 STRING COMMENT 'Label111' ,
|
|
|
- Label112 STRING COMMENT 'Label112' ,
|
|
|
- Label113 STRING COMMENT 'Label113' ,
|
|
|
- Label114 STRING COMMENT 'Label114' ,
|
|
|
- Label115 STRING COMMENT 'Label115' ,
|
|
|
- Label116 STRING COMMENT 'Label116' ,
|
|
|
- Label117 STRING COMMENT 'Label117' ,
|
|
|
- Label118 STRING COMMENT 'Label118' ,
|
|
|
- Label119 STRING COMMENT 'Label119' ,
|
|
|
- Label120 STRING COMMENT 'Label120' ,
|
|
|
- PRIMARY KEY (IndID)
|
|
|
-) COMMENT '个人信息 '
|
|
|
+CREATE TABLE shanglifeecif.individual(
|
|
|
+ indid string DEFAULT NULL COMMENT '个体ID',
|
|
|
+ custid string DEFAULT NULL COMMENT '客户号 本系统统一生成的全司范围的唯一标识',
|
|
|
+ scustid string DEFAULT NULL COMMENT '上游客户号 上游系统的客户ID',
|
|
|
+ name string DEFAULT NULL COMMENT '名称 T_CUSTOMER_CLASS.CUSTOMER_NAME',
|
|
|
+ birthday string DEFAULT NULL COMMENT '出生日期 T_CUSTOMER_CLASS.BIRTHDATE',
|
|
|
+ nobirth string DEFAULT NULL COMMENT '出生国家',
|
|
|
+ sobirth string DEFAULT NULL COMMENT '出生省份',
|
|
|
+ cobirth string DEFAULT NULL COMMENT '出生城市',
|
|
|
+ dday string DEFAULT NULL COMMENT '死亡日期',
|
|
|
+ gender string DEFAULT NULL COMMENT '性别',
|
|
|
+ ethnic string DEFAULT NULL COMMENT '民族',
|
|
|
+ nation string DEFAULT NULL COMMENT '国籍',
|
|
|
+ homeadress string DEFAULT NULL COMMENT '籍贯 UNDERWRITE_REPORT_LIST.POLICY_HOLDER_ADDRESS',
|
|
|
+ regresidence string DEFAULT NULL COMMENT '户口所在地',
|
|
|
+ maritalstat string DEFAULT NULL COMMENT '婚姻状况 一对多',
|
|
|
+ maritalstatdate string DEFAULT NULL COMMENT '婚姻状况日期 一对多',
|
|
|
+ offspring string DEFAULT NULL COMMENT '生育状况',
|
|
|
+ support string DEFAULT NULL COMMENT '赡养状况',
|
|
|
+ empstat string DEFAULT NULL COMMENT '就业状况 一对多',
|
|
|
+ empstatdate string DEFAULT NULL COMMENT '就业状况日期 一对多',
|
|
|
+ raid string DEFAULT NULL COMMENT '联系地址',
|
|
|
+ ral string DEFAULT NULL COMMENT '联系地址不分段',
|
|
|
+ al string DEFAULT NULL COMMENT '曾用地址不分段',
|
|
|
+ coadress int DEFAULT NULL COMMENT '地址登录数量',
|
|
|
+ pmphone string DEFAULT NULL COMMENT '常用手机 正在使用的手机',
|
|
|
+ mhone1 string DEFAULT NULL COMMENT '曾用手机1',
|
|
|
+ mhone2 string DEFAULT NULL COMMENT '曾用手机2',
|
|
|
+ sophone int DEFAULT NULL COMMENT '手机登录数量',
|
|
|
+ height double DEFAULT NULL COMMENT '身高',
|
|
|
+ weight double DEFAULT NULL COMMENT '体重',
|
|
|
+ cillness string DEFAULT NULL COMMENT '当前疾病',
|
|
|
+ pillness string DEFAULT NULL COMMENT '曾患疾病',
|
|
|
+ cdiseases string DEFAULT NULL COMMENT '先天性疾病',
|
|
|
+ bmi double DEFAULT NULL COMMENT 'BMI体制指数',
|
|
|
+ fmhistory string DEFAULT NULL COMMENT '家族病史',
|
|
|
+ evadate string DEFAULT NULL COMMENT '健康评估日期',
|
|
|
+ cohevaluation int DEFAULT NULL COMMENT '健康评估登录数量',
|
|
|
+ hphone string DEFAULT NULL COMMENT '家庭电话',
|
|
|
+ occupationid string DEFAULT NULL COMMENT '职业代码 UNDERWRITE_REPORT_LIST.POLICY_HOLDER_CODE',
|
|
|
+ occupation string DEFAULT NULL COMMENT '职业名称 UNDERWRITE_REPORT_LIST.POLICY_HOLDER_NAME',
|
|
|
+ odate string DEFAULT NULL COMMENT '职业时间 一对多',
|
|
|
+ employer string DEFAULT NULL COMMENT '工作单位',
|
|
|
+ wphone string DEFAULT NULL COMMENT '工作电话',
|
|
|
+ empdate string DEFAULT NULL COMMENT '工作单位时间',
|
|
|
+ lemployer string DEFAULT NULL COMMENT '曾经工作单位',
|
|
|
+ idcard string DEFAULT NULL COMMENT '身份证',
|
|
|
+ passport string DEFAULT NULL COMMENT '护照',
|
|
|
+ dlicense string DEFAULT NULL COMMENT '驾驶证',
|
|
|
+ otheridnumber string DEFAULT NULL COMMENT '其它证件号码',
|
|
|
+ education string DEFAULT NULL COMMENT '最高学历',
|
|
|
+ university string DEFAULT NULL COMMENT '毕业学校',
|
|
|
+ edate string DEFAULT NULL COMMENT '学历时间',
|
|
|
+ wechat string DEFAULT NULL COMMENT '微信',
|
|
|
+ weibo string DEFAULT NULL COMMENT '微博',
|
|
|
+ email string DEFAULT NULL COMMENT '邮箱',
|
|
|
+ qq string DEFAULT NULL COMMENT 'QQ',
|
|
|
+ tiktok string DEFAULT NULL COMMENT '抖音',
|
|
|
+ saccount1 string DEFAULT NULL COMMENT '社交账号1',
|
|
|
+ sa1cat string DEFAULT NULL COMMENT '社交账号1类别',
|
|
|
+ saccount2 string DEFAULT NULL COMMENT '社交账号2',
|
|
|
+ sa2cat string DEFAULT NULL COMMENT '社交账号2类别',
|
|
|
+ ctype string DEFAULT NULL COMMENT '首选联系方式 手机,微信,微博,邮箱,QQ,抖音,其他',
|
|
|
+ father string DEFAULT NULL COMMENT '父亲 HEALTH_INSURANCE_LISTING.INSUREDNAMEHEALTH_INSURANCE_LISTING.RELATION:投保人与被保人关系',
|
|
|
+ mother string DEFAULT NULL COMMENT '母亲',
|
|
|
+ mate string DEFAULT NULL COMMENT '配偶',
|
|
|
+ child1 string DEFAULT NULL COMMENT '子女1',
|
|
|
+ child2 string DEFAULT NULL COMMENT '子女2',
|
|
|
+ cochild int DEFAULT NULL COMMENT '子女登录数量',
|
|
|
+ rpid string DEFAULT NULL COMMENT '房产',
|
|
|
+ rpdescribe string DEFAULT NULL COMMENT '房产描述',
|
|
|
+ corp int DEFAULT NULL COMMENT '房产登录数量',
|
|
|
+ vid string DEFAULT NULL COMMENT '车辆',
|
|
|
+ vdescribe string DEFAULT NULL COMMENT '车辆描述',
|
|
|
+ covehicle int DEFAULT NULL COMMENT '车辆登录数量',
|
|
|
+ anniversary1 string DEFAULT NULL COMMENT '纪念日1',
|
|
|
+ a1describe string DEFAULT NULL COMMENT '纪念日1类型',
|
|
|
+ anniversary2 string DEFAULT NULL COMMENT '纪念日2',
|
|
|
+ a2describe string DEFAULT NULL COMMENT '纪念日2类型',
|
|
|
+ soanniversary int DEFAULT NULL COMMENT '纪念日登录数量',
|
|
|
+ custtype string DEFAULT NULL COMMENT '客户类型',
|
|
|
+ bankname string DEFAULT NULL COMMENT '开户银行',
|
|
|
+ tobankcard string DEFAULT NULL COMMENT '银行卡类型 如:master、visa、银联等。',
|
|
|
+ accname string DEFAULT NULL COMMENT '账户名',
|
|
|
+ bankaccno string DEFAULT NULL COMMENT '银行帐号',
|
|
|
+ cobaccount int DEFAULT NULL COMMENT '账户登录数量',
|
|
|
+ sotlirisk double DEFAULT NULL COMMENT '传统寿险种保额合计',
|
|
|
+ soairisk double DEFAULT NULL COMMENT '意外类险种保额合计',
|
|
|
+ sosiirisk double DEFAULT NULL COMMENT '重疾类险种保额合计',
|
|
|
+ somcirisk double DEFAULT NULL COMMENT '医疗费用类险种保额合计',
|
|
|
+ someirisk double DEFAULT NULL COMMENT '医疗补贴类险种保额合计',
|
|
|
+ soefirisk double DEFAULT NULL COMMENT '教育金类险种保额合计',
|
|
|
+ sopirisk double DEFAULT NULL COMMENT '养老金类险种保额合计',
|
|
|
+ sowmirisk double DEFAULT NULL COMMENT '财富管理险种保额合计',
|
|
|
+ custclass int DEFAULT NULL COMMENT '等级',
|
|
|
+ convalue int DEFAULT NULL COMMENT '贡献度分',
|
|
|
+ awarded3 int DEFAULT NULL COMMENT '家庭加分',
|
|
|
+ awarded2 int DEFAULT NULL COMMENT '续期加分',
|
|
|
+ awarded1 int DEFAULT NULL COMMENT '保单加分',
|
|
|
+ sovalue int DEFAULT NULL COMMENT '总分值',
|
|
|
+ enddate string DEFAULT NULL COMMENT '客户等级失效日期',
|
|
|
+ systemtag1 string DEFAULT NULL COMMENT '系统标签域1',
|
|
|
+ systemtag2 string DEFAULT NULL COMMENT '系统标签域2',
|
|
|
+ systemtag3 string DEFAULT NULL COMMENT '系统标签域3',
|
|
|
+ systemtag4 string DEFAULT NULL COMMENT '系统标签域4',
|
|
|
+ systemtag5 string DEFAULT NULL COMMENT '系统标签域5',
|
|
|
+ cocommunication int DEFAULT NULL COMMENT '接触次数',
|
|
|
+ lcdate string DEFAULT NULL COMMENT '最近接触时间',
|
|
|
+ lctype string DEFAULT NULL COMMENT '最近接触类型 投诉、问询、营销',
|
|
|
+ lcmethod string DEFAULT NULL COMMENT '最近接触方式 外呼、呼入',
|
|
|
+ cocomplaint int DEFAULT NULL COMMENT '投诉次数 当前客户投保保单相关投诉,包括非本人投诉',
|
|
|
+ lcptdate string DEFAULT NULL COMMENT '最近投诉时间 当前客户投保保单相关投诉,包括非本人投诉',
|
|
|
+ lcptreason string DEFAULT NULL COMMENT '最近投诉原因 当前客户投保保单相关投诉,包括非本人投诉',
|
|
|
+ lcptlink string DEFAULT NULL COMMENT '最近投诉环节 当前客户投保保单相关投诉,包括非本人投诉',
|
|
|
+ lcptresult string DEFAULT NULL COMMENT '最近投诉处理结果 当前客户投保保单相关投诉,包括非本人投诉',
|
|
|
+ lcptduration double DEFAULT NULL COMMENT '最近投诉处理时长 当前客户投保保单相关投诉,包括非本人投诉',
|
|
|
+ lcptperson string DEFAULT NULL COMMENT '最近投诉人',
|
|
|
+ soppremium double DEFAULT NULL COMMENT '累计已缴保费',
|
|
|
+ lappdate string DEFAULT NULL COMMENT '最近投保日期',
|
|
|
+ cndate string DEFAULT NULL COMMENT '最近报案日期',
|
|
|
+ cnstatus string DEFAULT NULL COMMENT '最近报案状态',
|
|
|
+ coclaim int DEFAULT NULL COMMENT '赔付次数',
|
|
|
+ soclaim double DEFAULT NULL COMMENT '赔付总额',
|
|
|
+ cocnotification int DEFAULT NULL COMMENT '报案登录数量',
|
|
|
+ fadate string DEFAULT NULL COMMENT '首次投保日期 当前客户为投保人时',
|
|
|
+ fachannel string DEFAULT NULL COMMENT '首张保单所属渠道 InsuranceArrangement.AgentChannel',
|
|
|
+ faorg string DEFAULT NULL COMMENT '首张保单所属机构 InsuranceArrangement.AgentOrg',
|
|
|
+ lpno string DEFAULT NULL COMMENT '最近保险单号 当前客户为投保人时',
|
|
|
+ lpstate string DEFAULT NULL COMMENT '最近保单状态 当前客户为投保人时',
|
|
|
+ lpname string DEFAULT NULL COMMENT '最近投保险种名称 当前客户为投保人时',
|
|
|
+ lpchannel string DEFAULT NULL COMMENT '最近保单所属渠道 InsuranceArrangement.AgentChannel',
|
|
|
+ lporg string DEFAULT NULL COMMENT '最近保单所属机构 InsuranceArrangement.AgentOrg',
|
|
|
+ copolicy int DEFAULT NULL COMMENT '保单登录数量',
|
|
|
+ lpostype string DEFAULT NULL COMMENT '最近保全类型 AUDIT_EDORLIST.EDORNAME',
|
|
|
+ iaccno1 string DEFAULT NULL COMMENT '保险账户1',
|
|
|
+ iaccname1 string DEFAULT NULL COMMENT '保险账户1名称',
|
|
|
+ iaccno2 string DEFAULT NULL COMMENT '保险账户2',
|
|
|
+ iaccname2 string DEFAULT NULL COMMENT '保险账户2名称',
|
|
|
+ iaccno3 string DEFAULT NULL COMMENT '保险账户3',
|
|
|
+ iaccname3 string DEFAULT NULL COMMENT '保险账户3名称',
|
|
|
+ soiaccount1 double DEFAULT NULL COMMENT '保险账户1余额',
|
|
|
+ soiaccount2 double DEFAULT NULL COMMENT '保险账户2余额',
|
|
|
+ soiaccount3 double DEFAULT NULL COMMENT '保险账户3余额',
|
|
|
+ coiaccount int DEFAULT NULL COMMENT '保险账户登录数量',
|
|
|
+ homeid string DEFAULT NULL COMMENT '家庭号 大数据平台HOME_NETWORK',
|
|
|
+ branchcode string DEFAULT NULL COMMENT '机构代码 数据归属机构,用于权限控制',
|
|
|
+ custstate string DEFAULT NULL COMMENT '客户状态 party可能会合并导致当前记录不再可用',
|
|
|
+ datasource string DEFAULT NULL COMMENT '数据来源',
|
|
|
+ smoking string DEFAULT NULL COMMENT '吸烟情况 从不、戒烟、吸烟',
|
|
|
+ drinking string DEFAULT NULL COMMENT '饮酒情况 从不、戒酒、饮酒',
|
|
|
+ pregnancy string DEFAULT NULL COMMENT '怀孕情况',
|
|
|
+ hobby1 string DEFAULT NULL COMMENT '兴趣爱好1',
|
|
|
+ hobby2 string DEFAULT NULL COMMENT '兴趣爱好2',
|
|
|
+ hobby3 string DEFAULT NULL COMMENT '兴趣爱好3',
|
|
|
+ pincome double DEFAULT NULL COMMENT '个人年收入',
|
|
|
+ fincome double DEFAULT NULL COMMENT '家庭年收入',
|
|
|
+ regtype string DEFAULT NULL COMMENT '户籍类型',
|
|
|
+ incomesource string DEFAULT NULL COMMENT '收入来源',
|
|
|
+ sistatus string DEFAULT NULL COMMENT '社保情况',
|
|
|
+ novpolicy int DEFAULT NULL COMMENT '有效保单件数',
|
|
|
+ noivpolicy int DEFAULT NULL COMMENT '失效保单件数',
|
|
|
+ nostinsurance string DEFAULT NULL COMMENT '短意险保单持有情况 仅持有短意险保单,持有短意险保单,无短意险保单',
|
|
|
+ nospinsurance string DEFAULT NULL COMMENT '趸交保单持有情况 仅持有趸交保单,持有趸交保单,无趸交保单',
|
|
|
+ iself string DEFAULT NULL COMMENT '本人投保情况 仅本人投保,本人已投保,本人未投保',
|
|
|
+ iparent string DEFAULT NULL COMMENT '父母投保情况 仅父母投保,父母已投保,父母未投保',
|
|
|
+ ichildren string DEFAULT NULL COMMENT '子女投保情况 仅子女投保,子女已投保,子女未·投保',
|
|
|
+ imate string DEFAULT NULL COMMENT '配偶投保情况 仅配偶投保,配偶已投保,配偶未投保',
|
|
|
+ policybelong string DEFAULT NULL COMMENT '业绩归属',
|
|
|
+ zipcode string DEFAULT NULL COMMENT '邮政编码',
|
|
|
+ created_by string DEFAULT NULL COMMENT '创建人',
|
|
|
+ created_time date DEFAULT NULL COMMENT '创建时间',
|
|
|
+ updated_by string DEFAULT NULL COMMENT '更新人',
|
|
|
+ updated_time date DEFAULT NULL COMMENT '更新时间',
|
|
|
+ label1 string DEFAULT NULL COMMENT 'Label1',
|
|
|
+ label2 string DEFAULT NULL COMMENT 'Label2',
|
|
|
+ label3 string DEFAULT NULL COMMENT 'Label3',
|
|
|
+ label4 string DEFAULT NULL COMMENT 'Label4',
|
|
|
+ label5 string DEFAULT NULL COMMENT 'Label5',
|
|
|
+ label6 string DEFAULT NULL COMMENT 'Label6',
|
|
|
+ label7 string DEFAULT NULL COMMENT 'Label7',
|
|
|
+ label8 string DEFAULT NULL COMMENT 'Label8',
|
|
|
+ label9 string DEFAULT NULL COMMENT 'Label9',
|
|
|
+ label10 string DEFAULT NULL COMMENT 'Label10',
|
|
|
+ label11 string DEFAULT NULL COMMENT 'Label11',
|
|
|
+ label12 string DEFAULT NULL COMMENT 'Label12',
|
|
|
+ label13 string DEFAULT NULL COMMENT 'Label13',
|
|
|
+ label14 string DEFAULT NULL COMMENT 'Label14',
|
|
|
+ label15 string DEFAULT NULL COMMENT 'Label15',
|
|
|
+ label16 string DEFAULT NULL COMMENT 'Label16',
|
|
|
+ label17 string DEFAULT NULL COMMENT 'Label17',
|
|
|
+ label18 string DEFAULT NULL COMMENT 'Label18',
|
|
|
+ label19 string DEFAULT NULL COMMENT 'Label19',
|
|
|
+ label20 string DEFAULT NULL COMMENT 'Label20',
|
|
|
+ label21 string DEFAULT NULL COMMENT 'Label21',
|
|
|
+ label22 string DEFAULT NULL COMMENT 'Label22',
|
|
|
+ label23 string DEFAULT NULL COMMENT 'Label23',
|
|
|
+ label24 string DEFAULT NULL COMMENT 'Label24',
|
|
|
+ label25 string DEFAULT NULL COMMENT 'Label25',
|
|
|
+ label26 string DEFAULT NULL COMMENT 'Label26',
|
|
|
+ label27 string DEFAULT NULL COMMENT 'Label27',
|
|
|
+ label28 string DEFAULT NULL COMMENT 'Label28',
|
|
|
+ label29 string DEFAULT NULL COMMENT 'Label29',
|
|
|
+ label30 string DEFAULT NULL COMMENT 'Label30',
|
|
|
+ label31 string DEFAULT NULL COMMENT 'Label31',
|
|
|
+ label32 string DEFAULT NULL COMMENT 'Label32',
|
|
|
+ label33 string DEFAULT NULL COMMENT 'Label33',
|
|
|
+ label34 string DEFAULT NULL COMMENT 'Label34',
|
|
|
+ label35 string DEFAULT NULL COMMENT 'Label35',
|
|
|
+ label36 string DEFAULT NULL COMMENT 'Label36',
|
|
|
+ label37 string DEFAULT NULL COMMENT 'Label37',
|
|
|
+ label38 string DEFAULT NULL COMMENT 'Label38',
|
|
|
+ label39 string DEFAULT NULL COMMENT 'Label39',
|
|
|
+ label40 string DEFAULT NULL COMMENT 'Label40',
|
|
|
+ label41 string DEFAULT NULL COMMENT 'Label41',
|
|
|
+ label42 string DEFAULT NULL COMMENT 'Label42',
|
|
|
+ label43 string DEFAULT NULL COMMENT 'Label43',
|
|
|
+ label44 string DEFAULT NULL COMMENT 'Label44',
|
|
|
+ label45 string DEFAULT NULL COMMENT 'Label45',
|
|
|
+ label46 string DEFAULT NULL COMMENT 'Label46',
|
|
|
+ label47 string DEFAULT NULL COMMENT 'Label47',
|
|
|
+ label48 string DEFAULT NULL COMMENT 'Label48',
|
|
|
+ label49 string DEFAULT NULL COMMENT 'Label49',
|
|
|
+ label50 string DEFAULT NULL COMMENT 'Label50',
|
|
|
+ label51 string DEFAULT NULL COMMENT 'Label51',
|
|
|
+ label52 string DEFAULT NULL COMMENT 'Label52',
|
|
|
+ label53 string DEFAULT NULL COMMENT 'Label53',
|
|
|
+ label54 string DEFAULT NULL COMMENT 'Label54',
|
|
|
+ label55 string DEFAULT NULL COMMENT 'Label55',
|
|
|
+ label56 string DEFAULT NULL COMMENT 'Label56',
|
|
|
+ label57 string DEFAULT NULL COMMENT 'Label57',
|
|
|
+ label58 string DEFAULT NULL COMMENT 'Label58',
|
|
|
+ label59 string DEFAULT NULL COMMENT 'Label59',
|
|
|
+ label60 string DEFAULT NULL COMMENT 'Label60',
|
|
|
+ label61 string DEFAULT NULL COMMENT 'Label61',
|
|
|
+ label62 string DEFAULT NULL COMMENT 'Label62',
|
|
|
+ label63 string DEFAULT NULL COMMENT 'Label63',
|
|
|
+ label64 string DEFAULT NULL COMMENT 'Label64',
|
|
|
+ label65 string DEFAULT NULL COMMENT 'Label65',
|
|
|
+ label66 string DEFAULT NULL COMMENT 'Label66',
|
|
|
+ label67 string DEFAULT NULL COMMENT 'Label67',
|
|
|
+ label68 string DEFAULT NULL COMMENT 'Label68',
|
|
|
+ label69 string DEFAULT NULL COMMENT 'Label69',
|
|
|
+ label70 string DEFAULT NULL COMMENT 'Label70',
|
|
|
+ label71 string DEFAULT NULL COMMENT 'Label71',
|
|
|
+ label72 string DEFAULT NULL COMMENT 'Label72',
|
|
|
+ label73 string DEFAULT NULL COMMENT 'Label73',
|
|
|
+ label74 string DEFAULT NULL COMMENT 'Label74',
|
|
|
+ label75 string DEFAULT NULL COMMENT 'Label75',
|
|
|
+ label76 string DEFAULT NULL COMMENT 'Label76',
|
|
|
+ label77 string DEFAULT NULL COMMENT 'Label77',
|
|
|
+ label78 string DEFAULT NULL COMMENT 'Label78',
|
|
|
+ label79 string DEFAULT NULL COMMENT 'Label79',
|
|
|
+ label80 string DEFAULT NULL COMMENT 'Label80',
|
|
|
+ label81 string DEFAULT NULL COMMENT 'Label81',
|
|
|
+ label82 string DEFAULT NULL COMMENT 'Label82',
|
|
|
+ label83 string DEFAULT NULL COMMENT 'Label83',
|
|
|
+ label84 string DEFAULT NULL COMMENT 'Label84',
|
|
|
+ label85 string DEFAULT NULL COMMENT 'Label85',
|
|
|
+ label86 string DEFAULT NULL COMMENT 'Label86',
|
|
|
+ label87 string DEFAULT NULL COMMENT 'Label87',
|
|
|
+ label88 string DEFAULT NULL COMMENT 'Label88',
|
|
|
+ label89 string DEFAULT NULL COMMENT 'Label89',
|
|
|
+ label90 string DEFAULT NULL COMMENT 'Label90',
|
|
|
+ label91 string DEFAULT NULL COMMENT 'Label91',
|
|
|
+ label92 string DEFAULT NULL COMMENT 'Label92',
|
|
|
+ label93 string DEFAULT NULL COMMENT 'Label93',
|
|
|
+ label94 string DEFAULT NULL COMMENT 'Label94',
|
|
|
+ label95 string DEFAULT NULL COMMENT 'Label95',
|
|
|
+ label96 string DEFAULT NULL COMMENT 'Label96',
|
|
|
+ label97 string DEFAULT NULL COMMENT 'Label97',
|
|
|
+ label98 string DEFAULT NULL COMMENT 'Label98',
|
|
|
+ label99 string DEFAULT NULL COMMENT 'Label99',
|
|
|
+ label100 string DEFAULT NULL COMMENT 'Label100',
|
|
|
+ label101 string DEFAULT NULL COMMENT 'Label101',
|
|
|
+ label102 string DEFAULT NULL COMMENT 'Label102',
|
|
|
+ label103 string DEFAULT NULL COMMENT 'Label103',
|
|
|
+ label104 string DEFAULT NULL COMMENT 'Label104',
|
|
|
+ label105 string DEFAULT NULL COMMENT 'Label105',
|
|
|
+ label106 string DEFAULT NULL COMMENT 'Label106',
|
|
|
+ label107 string DEFAULT NULL COMMENT 'Label107',
|
|
|
+ label108 string DEFAULT NULL COMMENT 'Label108',
|
|
|
+ label109 string DEFAULT NULL COMMENT 'Label109',
|
|
|
+ label110 string DEFAULT NULL COMMENT 'Label110',
|
|
|
+ label111 string DEFAULT NULL COMMENT 'Label111',
|
|
|
+ label112 string DEFAULT NULL COMMENT 'Label112',
|
|
|
+ label113 string DEFAULT NULL COMMENT 'Label113',
|
|
|
+ label114 string DEFAULT NULL COMMENT 'Label114',
|
|
|
+ label115 string DEFAULT NULL COMMENT 'Label115',
|
|
|
+ label116 string DEFAULT NULL COMMENT 'Label116',
|
|
|
+ label117 string DEFAULT NULL COMMENT 'Label117',
|
|
|
+ label118 string DEFAULT NULL COMMENT 'Label118',
|
|
|
+ label119 string DEFAULT NULL COMMENT 'Label119',
|
|
|
+ label120 string DEFAULT NULL COMMENT 'Label120'
|
|
|
+)
|
|
|
+COMMENT '客户信息 '
|
|
|
stored as ES
|
|
|
with shard number 10
|
|
|
replication 1;
|
|
|
|
|
|
+
|
|
|
DROP TABLE IF EXISTS shanglifeecif.Adress;
|
|
|
CREATE TABLE shanglifeecif.Adress(
|
|
|
AID string DEFAULT NULL COMMENT ' 地址ID ',
|
|
@@ -548,8 +550,8 @@ Name2 string DEFAULT NULL COMMENT '
|
|
|
Mphone2 string DEFAULT NULL COMMENT ' 个体2手机 ',
|
|
|
IDCard2 string DEFAULT NULL COMMENT ' 个体2证件号码 ',
|
|
|
Role2 string DEFAULT NULL COMMENT ' 个体2角色 ',
|
|
|
-RSSTime DATE DEFAULT NULL COMMENT ' 开始时间 ',
|
|
|
-RSETime DATE DEFAULT NULL COMMENT ' 结束时间 ',
|
|
|
+RSSTime string DEFAULT NULL COMMENT ' 开始时间 ',
|
|
|
+RSETime string DEFAULT NULL COMMENT ' 结束时间 ',
|
|
|
RSDescribe string DEFAULT NULL COMMENT ' 关系描述 ',
|
|
|
CREATED_BY string DEFAULT NULL COMMENT ' 创建人 ',
|
|
|
CREATED_TIME date DEFAULT NULL COMMENT ' 创建时间 ',
|
|
@@ -593,7 +595,7 @@ replication 1;
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS shanglifeecif.InsuranceArrangement;
|
|
|
-CREATE TABLE shanglifeecif.InsuranceArrangement(
|
|
|
+CREATE TABLE shanglifeecif.insurancearrangement(
|
|
|
iaid string NOT NULL COMMENT '保单ID',
|
|
|
policyno string DEFAULT NULL COMMENT '保险单号 INSURANCEINFO.CONTNO',
|
|
|
pano string DEFAULT NULL COMMENT '投保单号 INSURANCEINFO.PRTNO',
|
|
@@ -607,9 +609,9 @@ CREATE TABLE shanglifeecif.InsuranceArrangement(
|
|
|
renewaldate string DEFAULT NULL COMMENT '续保日期',
|
|
|
norenewal int DEFAULT NULL COMMENT '续保次数 POLICY_INFORMATION.PAYCOUNT',
|
|
|
policytype string DEFAULT NULL COMMENT '保单类型 PERSONAL_INSURANCE.CONTTYPE,需上游给出类型枚举值',
|
|
|
- schannel string DEFAULT NULL COMMENT '销售渠道 HEALTH_INSURANCE_LISTING.SALECHANNELS 1 2 3 4 5',
|
|
|
+ schannel string DEFAULT NULL COMMENT '销售渠道 HEALTH_INSURANCE_LISTING.SALECHANNELS 1 2 3 4 5',
|
|
|
bsource string DEFAULT NULL COMMENT '业务来源',
|
|
|
- policystate string DEFAULT NULL COMMENT '保单状态 保单包括投保单的所处的状态,例如:录入、生效、批单等 INSURANCEINFO.APPFLAG code 0 1 2 4 9 B F',
|
|
|
+ policystate string DEFAULT NULL COMMENT '保单状态 保单包括投保单的所处的状态,例如:录入、生效、批单等 INSURANCEINFO.APPFLAG code 0 1 2 4 9 B F',
|
|
|
topay string DEFAULT NULL COMMENT '缴费类型',
|
|
|
payment string DEFAULT NULL COMMENT '缴费方式 POLICY_INFORMATION.PAYINTV',
|
|
|
risk double DEFAULT NULL COMMENT '总保额 HEALTH_INSURANCE_LISTING.AMNT(测试环境中,此表保单数据量较其他表如:POLICY_INFORMATION,INSURANCEINFO 缺少至少一个数据量级)',
|
|
@@ -617,9 +619,8 @@ CREATE TABLE shanglifeecif.InsuranceArrangement(
|
|
|
currency string DEFAULT NULL COMMENT '币种',
|
|
|
npdate string DEFAULT NULL COMMENT '下次缴费日期',
|
|
|
soinsured int DEFAULT NULL COMMENT '被保人数 HEALTH_GROUP_LISTING.PEOPLES3,团单',
|
|
|
- bsinsured double DEFAULT NULL COMMENT '基本保额 比如中国人寿的康宁终身保险就是这样,如果购买的基本保险金额是10万的话,那么大病的保险金额就是基本保险金额的2倍即20万;',
|
|
|
- insurvalue double DEFAULT NULL COMMENT '保单价值',
|
|
|
- applicantid string DEFAULT NULL COMMENT '投保人 根据POLICY_INFORMATION.CUSTOMERNO关联individual上游客户号,再找到individualid',
|
|
|
+ bsinsured double DEFAULT NULL COMMENT '基本保额 ',
|
|
|
+ insurvalue double DEFAULT NULL COMMENT '保单价值 ',
|
|
|
applicantscustid string DEFAULT NULL COMMENT '投保人上游客户号',
|
|
|
appname string DEFAULT NULL COMMENT '投保人名称 POLICY_INFORMATION.NAME',
|
|
|
appphone string DEFAULT NULL COMMENT '投保人手机',
|
|
@@ -651,15 +652,15 @@ CREATE TABLE shanglifeecif.InsuranceArrangement(
|
|
|
dfavor string DEFAULT NULL COMMENT '饮酒喜好',
|
|
|
poservice string DEFAULT NULL COMMENT '是否保全 投保人持有保单是否在AUDIT_EDORLIST.CONTNO存在',
|
|
|
payendyear int DEFAULT NULL COMMENT '缴费年期 POLICY_INFORMATION.PAYENDYEAR',
|
|
|
- loanmoney double DEFAULT NULL COMMENT '保单质押贷款金额 AUDIT_LN_LIST.LNMONEY ',
|
|
|
- paydate string DEFAULT NULL COMMENT '缴至日期',
|
|
|
- risk_categories string COMMENT '险种大类代码',
|
|
|
- risk_categories_name string COMMENT '险种大类名称',
|
|
|
+ loanmoney double DEFAULT NULL COMMENT '保单质押贷款金额 AUDIT_LN_LIST.LNMONEY ',
|
|
|
+ paydate string DEFAULT NULL COMMENT '缴至日期',
|
|
|
+ risk_categories string DEFAULT NULL COMMENT '险种大类代码',
|
|
|
+ risk_categories_name string DEFAULT NULL COMMENT '险种大类名称',
|
|
|
created_by string DEFAULT NULL COMMENT '创建人',
|
|
|
created_time date DEFAULT NULL COMMENT '创建时间',
|
|
|
updated_by string DEFAULT NULL COMMENT '更新人',
|
|
|
updated_time date DEFAULT NULL COMMENT '更新时间'
|
|
|
-)
|
|
|
+)
|
|
|
COMMENT '保单 确定参与方之间,参与方和保险公司之间的协议,使相关各方能在遵守一定的规则并履行相关义务的前提下进行产品或资源或服务的供给'
|
|
|
stored as ES
|
|
|
with shard number 10
|
|
@@ -725,41 +726,42 @@ with shard number 10
|
|
|
replication 1;
|
|
|
|
|
|
DROP TABLE IF EXISTS shanglifeecif.InsuranceClaimThread;
|
|
|
-CREATE TABLE shanglifeecif.InsuranceClaimThread(
|
|
|
- icthreadid string NOT NULL COMMENT '保险理赔Id',
|
|
|
- crno string DEFAULT NULL COMMENT '立案号',
|
|
|
- companyno string DEFAULT NULL COMMENT '公司代码',
|
|
|
- policyno string NOT NULL COMMENT '保险单号 INSURANCE_CLAIM.CONTNO',
|
|
|
- applicantid string DEFAULT NULL COMMENT '投保人ID',
|
|
|
- appname string DEFAULT NULL COMMENT '投保人名称',
|
|
|
- appphone string DEFAULT NULL COMMENT '投保人手机',
|
|
|
- appcertid string DEFAULT NULL COMMENT '投保人证件号码 INSURANCE_CLAIM.RISKDATE',
|
|
|
- cnno string DEFAULT NULL COMMENT '报案号',
|
|
|
- losstime date DEFAULT NULL COMMENT '损失发生时间',
|
|
|
- rpid string DEFAULT NULL COMMENT '报案人',
|
|
|
- rpname string DEFAULT NULL COMMENT '报案人名称',
|
|
|
- rpphone string DEFAULT NULL COMMENT '报案人电话',
|
|
|
- lpid string DEFAULT NULL COMMENT '出险人 根据INSURANCE_CLAIM.INSUREDNO获取indid',
|
|
|
- lpscutid string DEFAULT NULL COMMENT '出险人上游客户号 根据INSURANCE_CLAIM',
|
|
|
- lpname string DEFAULT NULL COMMENT '出险人名称',
|
|
|
- cndate date DEFAULT NULL COMMENT '报案日期 INSURANCE_CLAIM.RPTDATE',
|
|
|
- lossdescribe string DEFAULT NULL COMMENT '损失原因 案件发生的原因:INSURANCE_CLAIM.LLOCCURREASON',
|
|
|
- crdate date DEFAULT NULL COMMENT '立案日期 INSURANCE_CLAIM.RGTDATE',
|
|
|
- cndescribe string DEFAULT NULL COMMENT '报案描述 INSURANCE_CLAIM.ACCIDENTDETAIL',
|
|
|
- claimstatus string DEFAULT NULL COMMENT '理赔状态 案件的状态,例如:录入、已立案等',
|
|
|
- csdate date DEFAULT NULL COMMENT '理赔状态日期',
|
|
|
- relationship string DEFAULT NULL COMMENT '报案人与出险人关系',
|
|
|
- ccno string DEFAULT NULL COMMENT '赔案号 AUDIT_CLAIM_INSURANCE.CLMNO',
|
|
|
- ccstatus string DEFAULT NULL COMMENT '赔案状态',
|
|
|
- ccsdate date DEFAULT NULL COMMENT '赔案状态日期',
|
|
|
- productid string DEFAULT NULL COMMENT '险种代码 INSURANCE_CLAIM_HEALTH.RISKCODE',
|
|
|
- productname string DEFAULT NULL COMMENT '险种代码 INSURANCE_CLAIM_HEALTH.RISKNAME',
|
|
|
- ccamt double DEFAULT NULL COMMENT '赔付金额 INSURANCE_CLAIM_HEALTH.REALPAY',
|
|
|
- branchcode string DEFAULT NULL COMMENT '机构代码',
|
|
|
- claimcasestatus string DEFAULT NULL COMMENT '案件状态INSURANCE_CLAIM_HEALTH.LLCLAIMSTATE',
|
|
|
- created_by string DEFAULT NULL COMMENT '',
|
|
|
- created_time date DEFAULT NULL COMMENT '',
|
|
|
- updated_by string DEFAULT NULL COMMENT '',
|
|
|
+CREATE TABLE shanglifeecif.insuranceclaimthread(
|
|
|
+ icthreadid string NOT NULL COMMENT '保险理赔Id',
|
|
|
+ crno string DEFAULT NULL COMMENT '立案号',
|
|
|
+ companyno string DEFAULT NULL COMMENT '公司代码',
|
|
|
+ policyno string NOT NULL COMMENT '保险单号 INSURANCE_CLAIM.CONTNO',
|
|
|
+ applicantid string DEFAULT NULL COMMENT '投保人ID',
|
|
|
+ appname string DEFAULT NULL COMMENT '投保人名称',
|
|
|
+ appphone string DEFAULT NULL COMMENT '投保人手机',
|
|
|
+ appcertid string DEFAULT NULL COMMENT '投保人证件号码 INSURANCE_CLAIM.RISKDATE',
|
|
|
+ cnno string DEFAULT NULL COMMENT '报案号',
|
|
|
+ losstime string DEFAULT NULL COMMENT '损失发生时间',
|
|
|
+ rpid string DEFAULT NULL COMMENT '报案人',
|
|
|
+ rpname string DEFAULT NULL COMMENT '报案人名称',
|
|
|
+ rpphone string DEFAULT NULL COMMENT '报案人电话',
|
|
|
+ lpid string DEFAULT NULL COMMENT '出险人',
|
|
|
+ lpscutid string DEFAULT NULL COMMENT '出险人上游客户号',
|
|
|
+ lpname string DEFAULT NULL COMMENT '出险人名称',
|
|
|
+ cndate string DEFAULT NULL COMMENT '报案日期 INSURANCE_CLAIM.RPTDATE',
|
|
|
+ lossdescribe string DEFAULT NULL COMMENT '损失原因 案件发生的原因:INSURANCE_CLAIM.LLOCCURREASON',
|
|
|
+ crdate string DEFAULT NULL COMMENT '立案日期 INSURANCE_CLAIM.RGTDATE',
|
|
|
+ cndescribe string DEFAULT NULL COMMENT '报案描述 INSURANCE_CLAIM.ACCIDENTDETAIL',
|
|
|
+ claimstatus string DEFAULT NULL COMMENT '理赔状态 案件的状态,例如:录入、已立案等',
|
|
|
+ csdate string DEFAULT NULL COMMENT '理赔状态日期',
|
|
|
+ relationship string DEFAULT NULL COMMENT '报案人与出险人关系',
|
|
|
+ ccno string DEFAULT NULL COMMENT '赔案号 AUDIT_CLAIM_INSURANCE.CLMNO',
|
|
|
+ ccstatus string DEFAULT NULL COMMENT '赔案状态',
|
|
|
+ ccsdate string DEFAULT NULL COMMENT '赔案状态日期',
|
|
|
+ productid string DEFAULT NULL COMMENT '险种代码',
|
|
|
+ productname string DEFAULT NULL COMMENT '险种代码名称',
|
|
|
+ ccamt double DEFAULT NULL COMMENT '赔付金额',
|
|
|
+ branchcode string DEFAULT NULL COMMENT '机构代码',
|
|
|
+ claimcasestatus string DEFAULT NULL COMMENT '案件状态INSURANCE_CLAIM_HEALTH.LLCLAIMSTATE',
|
|
|
+ accidenttype string DEFAULT NULL COMMENT '理赔类型',
|
|
|
+ created_by string DEFAULT NULL COMMENT '',
|
|
|
+ created_time date DEFAULT NULL COMMENT '',
|
|
|
+ updated_by string DEFAULT NULL COMMENT '',
|
|
|
updated_time date DEFAULT NULL COMMENT ''
|
|
|
)
|
|
|
COMMENT '保险理赔'
|
|
@@ -902,3 +904,16 @@ COMMENT '
|
|
|
stored as ES
|
|
|
with shard number 10
|
|
|
replication 1;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+DROP TABLE IF EXISTS shanglifeecif.exception_log;
|
|
|
+CREATE TABLE shanglifeecif.exception_log(
|
|
|
+ log_code STRING DEFAULT NULL COMMENT '错误代码',
|
|
|
+ log_msg string DEFAULT NULL COMMENT '错误信息',
|
|
|
+ log_time timestamp NOT NULL COMMENT '操作时间'
|
|
|
+)
|
|
|
+COMMENT '错误日志'
|
|
|
+stored as ES
|
|
|
+with shard number 10
|
|
|
+replication 1;
|