风控中台调整-字段调整和新增地址相关字段
This commit is contained in:
parent
ddee136cc7
commit
8159727586
@ -302,10 +302,8 @@
|
||||
<attribute name="e_mail" label="电子邮箱" type="STRING" length="32" />
|
||||
<attribute name="area_code" label="户籍行政区划编码" type="STRING" length="20" />
|
||||
<attribute name="idexpiry" label="北财-承租人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-承租人民族" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-承租人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-承租人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-承租人单位地址" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="work_address_id" label="北财-承租人单位地址" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-承租人月支出" type="STRING" length="32"/>
|
||||
<attribute name="pre_operate_car_type" label="北财-承租人过去曾运营车辆类型" type="STRING" length="32"/>
|
||||
<attribute name="pre_operate_car_no" label="北财-承租人过去曾运营车辆车牌号" type="STRING" length="32"/>
|
||||
@ -452,10 +450,8 @@
|
||||
<attribute name="e_mail" label="电子邮箱" type="STRING" length="32" />
|
||||
<attribute name="area_code" label="户籍行政区划编码" type="STRING" length="20" />
|
||||
<attribute name="idexpiry" label="北财-承租人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-承租人民族" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-承租人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-承租人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-承租人单位地址" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="work_address_id" label="北财-承租人单位地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-承租人月支出" type="STRING" length="32"/>
|
||||
<attribute name="pre_operate_car_type" label="北财-承租人过去曾运营车辆类型" type="STRING" length="32"/>
|
||||
<attribute name="pre_operate_car_no" label="北财-承租人过去曾运营车辆车牌号" type="STRING" length="32"/>
|
||||
@ -2412,10 +2408,8 @@
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="e_mail" label="电子邮箱" type="STRING" length="32" />
|
||||
<attribute name="idexpiry" label="北财-承租人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-承租人民族" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-承租人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-承租人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-承租人单位地址" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="work_address_id" label="北财-承租人单位地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-承租人月支出" type="STRING" length="32"/>
|
||||
<attribute name="pre_operate_car_type" label="北财-承租人过去曾运营车辆类型" type="STRING" length="32"/>
|
||||
<attribute name="pre_operate_car_no" label="北财-承租人过去曾运营车辆车牌号" type="STRING" length="32"/>
|
||||
@ -2523,10 +2517,8 @@
|
||||
<attribute name="spnumber" label="手机号——配偶" type="STRING" length="32"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
<attribute name="idexpiry" label="北财-承租人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-承租人民族" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-承租人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-承租人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-承租人单位地址" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="work_address_id" label="北财-承租人单位地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-承租人月支出" type="STRING" length="32"/>
|
||||
<attribute name="pre_operate_car_type" label="北财-承租人过去曾运营车辆类型" type="STRING" length="32"/>
|
||||
<attribute name="pre_operate_car_no" label="北财-承租人过去曾运营车辆车牌号" type="STRING" length="32"/>
|
||||
@ -2630,15 +2622,23 @@
|
||||
<attribute name="idexpiry" label="北财-共同申请人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-共同申请人民族" type="STRING" length="32"/>
|
||||
<attribute name="education_level" label="北财-共同申请人最高学历" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-共同申请人单位地址" type="STRING" length="32"/>
|
||||
<attribute name="live_address" label="北财-共同申请人居住地址" type="STRING" length="32"/>
|
||||
<attribute name="id_address" label="北财-共同申请人户籍地址" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-共同申请人单位地址" type="STRING" length="500"/>
|
||||
<attribute name="live_address" label="北财-共同申请人居住地址" type="STRING" length="500"/>
|
||||
<attribute name="id_address" label="北财-共同申请人户籍地址" type="STRING" length="500"/>
|
||||
<attribute name="enterprise_nature" label="北财-共同申请人企业性质" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-共同申请人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-共同申请人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="position" label="北财-共同申请人职位" type="STRING" length="32"/>
|
||||
<attribute name="monthly_income" label="北财-共同申请人月收入" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-共同申请人月支出" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="duties_type" label="北财-共同申请人职务" type="STRING" length="32"/>
|
||||
<attribute name="work_address_code" label="北财-共同申请人单位地址编码" type="STRING" length="32"/>
|
||||
<attribute name="work_address_id" label="北财-共同申请人单位地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="live_address_code" label="北财-共同申请人居住地址编码" type="STRING" length="32"/>
|
||||
<attribute name="live_address_id" label="北财-共同申请人居住地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="id_address_code" label="北财-共同申请人户籍地址编码" type="STRING" length="32"/>
|
||||
<attribute name="id_address_id" label="北财-共同申请人户籍地址关联id" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -2683,15 +2683,23 @@
|
||||
<attribute name="idexpiry" label="北财-共同申请人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-共同申请人民族" type="STRING" length="32"/>
|
||||
<attribute name="education_level" label="北财-共同申请人最高学历" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-共同申请人单位地址" type="STRING" length="32"/>
|
||||
<attribute name="live_address" label="北财-共同申请人居住地址" type="STRING" length="32"/>
|
||||
<attribute name="id_address" label="北财-共同申请人户籍地址" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-共同申请人单位地址" type="STRING" length="500"/>
|
||||
<attribute name="live_address" label="北财-共同申请人居住地址" type="STRING" length="500"/>
|
||||
<attribute name="id_address" label="北财-共同申请人户籍地址" type="STRING" length="500"/>
|
||||
<attribute name="enterprise_nature" label="北财-共同申请人企业性质" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-共同申请人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-共同申请人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="position" label="北财-共同申请人职位" type="STRING" length="32"/>
|
||||
<attribute name="monthly_income" label="北财-共同申请人月收入" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-共同申请人月支出" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="duties_type" label="北财-共同申请人职务" type="STRING" length="32"/>
|
||||
<attribute name="work_address_code" label="北财-共同申请人单位地址编码" type="STRING" length="32"/>
|
||||
<attribute name="work_address_id" label="北财-共同申请人单位地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="live_address_code" label="北财-共同申请人居住地址编码" type="STRING" length="32"/>
|
||||
<attribute name="live_address_id" label="北财-共同申请人居住地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="id_address_code" label="北财-共同申请人户籍地址编码" type="STRING" length="32"/>
|
||||
<attribute name="id_address_id" label="北财-共同申请人户籍地址关联id" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -2734,15 +2742,24 @@
|
||||
<attribute name="idexpiry" label="北财-共同申请人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-共同申请人民族" type="STRING" length="32"/>
|
||||
<attribute name="education_level" label="北财-共同申请人最高学历" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-共同申请人单位地址" type="STRING" length="32"/>
|
||||
<attribute name="live_address" label="北财-共同申请人居住地址" type="STRING" length="32"/>
|
||||
<attribute name="id_address" label="北财-共同申请人户籍地址" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-共同申请人单位地址" type="STRING" length="500"/>
|
||||
<attribute name="live_address" label="北财-共同申请人居住地址" type="STRING" length="500"/>
|
||||
<attribute name="id_address" label="北财-共同申请人户籍地址" type="STRING" length="500"/>
|
||||
<attribute name="enterprise_nature" label="北财-共同申请人企业性质" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-共同申请人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-共同申请人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="position" label="北财-共同申请人职位" type="STRING" length="32"/>
|
||||
<attribute name="monthly_income" label="北财-共同申请人月收入" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-共同申请人月支出" type="STRING" length="32"/>
|
||||
|
||||
|
||||
<attribute name="duties_type" label="北财-共同申请人职务" type="STRING" length="32"/>
|
||||
<attribute name="work_address_code" label="北财-共同申请人单位地址编码" type="STRING" length="32"/>
|
||||
<attribute name="work_address_id" label="北财-共同申请人单位地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="live_address_code" label="北财-共同申请人居住地址编码" type="STRING" length="32"/>
|
||||
<attribute name="live_address_id" label="北财-共同申请人居住地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="id_address_code" label="北财-共同申请人户籍地址编码" type="STRING" length="32"/>
|
||||
<attribute name="id_address_id" label="北财-共同申请人户籍地址关联id" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -4094,16 +4094,24 @@
|
||||
<attribute name="WORKADD" label="单位地址" type="STRING" length="80"/>
|
||||
<attribute name="idexpiry" label="北财-担保人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-担保人民族" type="STRING" length="32"/>
|
||||
<attribute name="education_level" label="北财-担保人最高学历" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-担保人单位地址" type="STRING" length="32"/>
|
||||
<attribute name="live_address" label="北财-担保人居住地址" type="STRING" length="32"/>
|
||||
<attribute name="id_address" label="北财-担保人户籍地址" type="STRING" length="32"/>
|
||||
<attribute name="education_level" label="北财-最高学历" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-担保人单位地址" type="STRING" length="500"/>
|
||||
<attribute name="live_address" label="北财-担保人居住地址" type="STRING" length="500"/>
|
||||
<attribute name="id_address" label="北财-担保人户籍地址" type="STRING" length="500"/>
|
||||
<attribute name="enterprise_nature" label="北财-担保人企业性质" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-担保人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-担保人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="position" label="北财-担保人职位" type="STRING" length="32"/>
|
||||
<attribute name="monthly_income" label="北财-担保人月收入" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-担保人月支出" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="duties_type" label="北财-担保人职务" type="STRING" length="32"/>
|
||||
<attribute name="work_address_code" label="北财-担保人单位地址编码" type="STRING" length="32"/>
|
||||
<attribute name="work_address_id" label="北财-担保人单位地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="live_address_code" label="北财-担保人居住地址编码" type="STRING" length="32"/>
|
||||
<attribute name="live_address_id" label="北财-担保人居住地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="id_address_code" label="北财-担保人户籍地址编码" type="STRING" length="32"/>
|
||||
<attribute name="id_address_id" label="北财-担保人户籍地址关联id" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -4150,16 +4158,24 @@
|
||||
<attribute name="WORKADD" label="单位地址" type="STRING" length="80"/>
|
||||
<attribute name="idexpiry" label="北财-担保人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-担保人民族" type="STRING" length="32"/>
|
||||
<attribute name="education_level" label="北财-担保人最高学历" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-担保人单位地址" type="STRING" length="32"/>
|
||||
<attribute name="live_address" label="北财-担保人居住地址" type="STRING" length="32"/>
|
||||
<attribute name="id_address" label="北财-担保人户籍地址" type="STRING" length="32"/>
|
||||
<attribute name="education_level" label="北财-最高学历" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-担保人单位地址" type="STRING" length="500"/>
|
||||
<attribute name="live_address" label="北财-担保人居住地址" type="STRING" length="500"/>
|
||||
<attribute name="id_address" label="北财-担保人户籍地址" type="STRING" length="500"/>
|
||||
<attribute name="enterprise_nature" label="北财-担保人企业性质" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-担保人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-担保人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="position" label="北财-担保人职位" type="STRING" length="32"/>
|
||||
<attribute name="monthly_income" label="北财-担保人月收入" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-担保人月支出" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="duties_type" label="北财-担保人职务" type="STRING" length="32"/>
|
||||
<attribute name="work_address_code" label="北财-担保人单位地址编码" type="STRING" length="32"/>
|
||||
<attribute name="work_address_id" label="北财-担保人单位地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="live_address_code" label="北财-担保人居住地址编码" type="STRING" length="32"/>
|
||||
<attribute name="live_address_id" label="北财-担保人居住地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="id_address_code" label="北财-担保人户籍地址编码" type="STRING" length="32"/>
|
||||
<attribute name="id_address_id" label="北财-担保人户籍地址关联id" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -4206,16 +4222,24 @@
|
||||
<attribute name="WORKADD" label="单位地址" type="STRING" length="80"/>
|
||||
<attribute name="idexpiry" label="北财-担保人身份证有效期" type="STRING" length="32"/>
|
||||
<attribute name="nation" label="北财-担保人民族" type="STRING" length="32"/>
|
||||
<attribute name="education_level" label="北财-担保人最高学历" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-担保人单位地址" type="STRING" length="32"/>
|
||||
<attribute name="live_address" label="北财-担保人居住地址" type="STRING" length="32"/>
|
||||
<attribute name="id_address" label="北财-担保人户籍地址" type="STRING" length="32"/>
|
||||
<attribute name="education_level" label="北财-最高学历" type="STRING" length="32"/>
|
||||
<attribute name="work_address" label="北财-担保人单位地址" type="STRING" length="500"/>
|
||||
<attribute name="live_address" label="北财-担保人居住地址" type="STRING" length="500"/>
|
||||
<attribute name="id_address" label="北财-担保人户籍地址" type="STRING" length="500"/>
|
||||
<attribute name="enterprise_nature" label="北财-担保人企业性质" type="STRING" length="32"/>
|
||||
<attribute name="industry_type" label="北财-担保人行业类型" type="STRING" length="32"/>
|
||||
<attribute name="career_type" label="北财-担保人职业类型" type="STRING" length="32"/>
|
||||
<attribute name="position" label="北财-担保人职位" type="STRING" length="32"/>
|
||||
<attribute name="monthly_income" label="北财-担保人月收入" type="STRING" length="32"/>
|
||||
<attribute name="monthly_expenses" label="北财-担保人月支出" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="duties_type" label="北财-担保人职务" type="STRING" length="32"/>
|
||||
<attribute name="work_address_code" label="北财-担保人单位地址编码" type="STRING" length="32"/>
|
||||
<attribute name="work_address_id" label="北财-担保人单位地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="live_address_code" label="北财-担保人居住地址编码" type="STRING" length="32"/>
|
||||
<attribute name="live_address_id" label="北财-担保人居住地址关联id" type="STRING" length="32"/>
|
||||
<attribute name="id_address_code" label="北财-担保人户籍地址编码" type="STRING" length="32"/>
|
||||
<attribute name="id_address_id" label="北财-担保人户籍地址关联id" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -13,6 +13,107 @@ public interface CUSTOMER_FAMILY{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_FAMILY";
|
||||
|
||||
|
||||
// 20230817 北财风控中台对接-共同申请人新增字段
|
||||
|
||||
/**
|
||||
* 共同申请人职务 STRING(32)<br>
|
||||
*/
|
||||
public static final String duties_type = "duties_type";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_code = "work_address_code";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_id = "work_address_id";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_code = "live_address_code";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_id = "live_address_id";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_code = "id_address_code";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_id = "id_address_id";
|
||||
|
||||
// 20230817 北财风控中台对接-共同申请人新增字段
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
/**
|
||||
* 共同申请人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 共同申请人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 共同申请人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址 STRING(500)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址 STRING(500)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址 STRING(500)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 共同申请人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 共同申请人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 共同申请人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 共同申请人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
@ -128,67 +229,7 @@ public interface CUSTOMER_FAMILY{
|
||||
|
||||
|
||||
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
/**
|
||||
* 共同申请人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 共同申请人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 共同申请人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 共同申请人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 共同申请人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 共同申请人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 共同申请人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
|
||||
|
||||
}
|
||||
@ -13,6 +13,108 @@ public interface CUSTOMER_FAMILY_HIS{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_FAMILY_HIS";
|
||||
|
||||
|
||||
// 20230817 北财风控中台对接-共同申请人新增字段
|
||||
|
||||
/**
|
||||
* 共同申请人职务 STRING(32)<br>
|
||||
*/
|
||||
public static final String duties_type = "duties_type";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_code = "work_address_code";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_id = "work_address_id";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_code = "live_address_code";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_id = "live_address_id";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_code = "id_address_code";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_id = "id_address_id";
|
||||
|
||||
// 20230817 北财风控中台对接-共同申请人新增字段
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
/**
|
||||
* 共同申请人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 共同申请人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 共同申请人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址 STRING(500)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址 STRING(500)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址 STRING(500)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 共同申请人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 共同申请人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 共同申请人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 共同申请人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
@ -130,69 +232,4 @@ public interface CUSTOMER_FAMILY_HIS{
|
||||
*/
|
||||
public static final String SEX = "SEX";
|
||||
|
||||
|
||||
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
/**
|
||||
* 共同申请人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 共同申请人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 共同申请人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 共同申请人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 共同申请人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 共同申请人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 共同申请人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
|
||||
|
||||
}
|
||||
@ -13,6 +13,107 @@ public interface CUSTOMER_FAMILY_TEMP{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_FAMILY_TEMP";
|
||||
|
||||
|
||||
// 20230817 北财风控中台对接-共同申请人新增字段
|
||||
|
||||
/**
|
||||
* 共同申请人职务 STRING(32)<br>
|
||||
*/
|
||||
public static final String duties_type = "duties_type";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_code = "work_address_code";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_id = "work_address_id";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_code = "live_address_code";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_id = "live_address_id";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_code = "id_address_code";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_id = "id_address_id";
|
||||
|
||||
// 20230817 北财风控中台对接-共同申请人新增字段
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
/**
|
||||
* 共同申请人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 共同申请人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 共同申请人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址 STRING(500)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址 STRING(500)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址 STRING(500)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 共同申请人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 共同申请人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 共同申请人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 共同申请人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
@ -129,69 +230,4 @@ public interface CUSTOMER_FAMILY_TEMP{
|
||||
* 性别 STRING(32)<br>
|
||||
*/
|
||||
public static final String SEX = "SEX";
|
||||
|
||||
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
/**
|
||||
* 共同申请人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 共同申请人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 共同申请人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 共同申请人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 共同申请人居住地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 共同申请人户籍地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 共同申请人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 共同申请人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 共同申请人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 共同申请人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 共同申请人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-共同申请人新增字段
|
||||
|
||||
|
||||
}
|
||||
@ -13,6 +13,46 @@ public interface CUSTOMER_PERSON{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON";
|
||||
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
/**
|
||||
* 承租人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 承租人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddressId = "work_address_id";
|
||||
|
||||
/**
|
||||
* 承租人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarType = "pre_operate_car_type";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆车牌号 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarNo = "pre_operate_car_no";
|
||||
|
||||
/**
|
||||
* 承租人从业时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateYears = "pre_operate_years";
|
||||
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
/**
|
||||
* 民族 STRING(18)<br>
|
||||
*/
|
||||
public static final String NATIONALITY = "NATIONALITY";
|
||||
|
||||
/**
|
||||
* 标识 STRING(40)<br>
|
||||
*/
|
||||
@ -65,10 +105,7 @@ public interface CUSTOMER_PERSON{
|
||||
* 区县 STRING(18)<br>
|
||||
*/
|
||||
public static final String county = "county";
|
||||
/**
|
||||
* 民族 STRING(18)<br>
|
||||
*/
|
||||
public static final String NATIONALITY = "NATIONALITY";
|
||||
|
||||
/**
|
||||
* 户籍地址 STRING(200)<br>
|
||||
*/
|
||||
@ -382,54 +419,5 @@ public interface CUSTOMER_PERSON{
|
||||
*/
|
||||
public static final String e_mail = "e_mail";
|
||||
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
/**
|
||||
* 承租人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 承租人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 承租人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 承租人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 承租人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 承租人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarType = "pre_operate_car_type";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆车牌号 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarNo = "pre_operate_car_no";
|
||||
|
||||
/**
|
||||
* 承租人从业时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateYears = "pre_operate_years";
|
||||
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
|
||||
}
|
||||
@ -13,6 +13,41 @@ public interface CUSTOMER_PERSON_HIS{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON_HIS";
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
/**
|
||||
* 承租人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
|
||||
/**
|
||||
* 承租人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddressId = "work_address_id";
|
||||
|
||||
/**
|
||||
* 承租人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarType = "pre_operate_car_type";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆车牌号 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarNo = "pre_operate_car_no";
|
||||
|
||||
/**
|
||||
* 承租人从业时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateYears = "pre_operate_years";
|
||||
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
/**
|
||||
* 标识 STRING(40)<br>
|
||||
*/
|
||||
@ -381,52 +416,5 @@ public interface CUSTOMER_PERSON_HIS{
|
||||
* 月收入——配偶 DOUBLE(22)<br>
|
||||
*/
|
||||
public static final String smincome = "smincome";
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
/**
|
||||
* 承租人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 承租人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 承租人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 承租人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 承租人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 承租人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarType = "pre_operate_car_type";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆车牌号 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarNo = "pre_operate_car_no";
|
||||
|
||||
/**
|
||||
* 承租人从业时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateYears = "pre_operate_years";
|
||||
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
}
|
||||
@ -13,6 +13,53 @@ public interface CUSTOMER_PERSON_TEMP{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON_TEMP";
|
||||
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
/**
|
||||
* 承租人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 承租人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddressId = "work_address_id";
|
||||
|
||||
/**
|
||||
* 承租人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarType = "pre_operate_car_type";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆车牌号 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarNo = "pre_operate_car_no";
|
||||
|
||||
/**
|
||||
* 承租人从业时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateYears = "pre_operate_years";
|
||||
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
/**
|
||||
* 单位所属行业 STRING(50)<br>
|
||||
*/
|
||||
public static final String UNITKIND = "UNITKIND";
|
||||
/**
|
||||
* 职业 STRING(18)<br>
|
||||
*/
|
||||
public static final String OCCUPATION = "OCCUPATION";
|
||||
/**
|
||||
* 职称 STRING(18)<br>
|
||||
*/
|
||||
public static final String title = "title";
|
||||
/**
|
||||
* 标识 STRING(40)<br>
|
||||
*/
|
||||
@ -85,10 +132,7 @@ public interface CUSTOMER_PERSON_TEMP{
|
||||
* 婚姻状况 STRING(18)<br>
|
||||
*/
|
||||
public static final String MARRIAGE = "MARRIAGE";
|
||||
/**
|
||||
* 单位所属行业 STRING(50)<br>
|
||||
*/
|
||||
public static final String UNITKIND = "UNITKIND";
|
||||
|
||||
/**
|
||||
* 单位名称 STRING(80)<br>
|
||||
*/
|
||||
@ -109,14 +153,7 @@ public interface CUSTOMER_PERSON_TEMP{
|
||||
* 正式员工 STRING(32)<br>
|
||||
*/
|
||||
public static final String FORMALEMP = "FORMALEMP";
|
||||
/**
|
||||
* 职业 STRING(18)<br>
|
||||
*/
|
||||
public static final String OCCUPATION = "OCCUPATION";
|
||||
/**
|
||||
* 职称 STRING(18)<br>
|
||||
*/
|
||||
public static final String title = "title";
|
||||
|
||||
/**
|
||||
* 工作履历 STRING(200)<br>
|
||||
*/
|
||||
@ -385,52 +422,5 @@ public interface CUSTOMER_PERSON_TEMP{
|
||||
* 电子邮箱 STRING(32)<br>
|
||||
*/
|
||||
public static final String e_mail = "e_mail";
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
|
||||
/**
|
||||
* 承租人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 承租人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 承租人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 承租人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 承租人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 承租人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarType = "pre_operate_car_type";
|
||||
|
||||
/**
|
||||
* 承租人过去曾运营车辆车牌号 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateCarNo = "pre_operate_car_no";
|
||||
|
||||
/**
|
||||
* 承租人从业时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String preOperateYears = "pre_operate_years";
|
||||
|
||||
// 20230809 北财风控中台对接-承租人新增字段
|
||||
}
|
||||
@ -13,6 +13,106 @@ public interface LB_GUARANTEE_UNIT{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT";
|
||||
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
/**
|
||||
* 担保人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 担保人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 担保人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 担保人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 担保人居住地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 担保人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 担保人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 担保人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 担保人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 担保人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 担保人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
// 20230817 北财风控中台对接-担保人新增字段
|
||||
|
||||
/**
|
||||
* 担保人职务 STRING(32)<br>
|
||||
*/
|
||||
public static final String duties_type = "duties_type";
|
||||
|
||||
/**
|
||||
* 担保人单位地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_code = "work_address_code";
|
||||
|
||||
/**
|
||||
* 担保人单位地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_id = "work_address_id";
|
||||
|
||||
/**
|
||||
* 担保人居住地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_code = "live_address_code";
|
||||
|
||||
/**
|
||||
* 担保人居住地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_id = "live_address_id";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_code = "id_address_code";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_id = "id_address_id";
|
||||
|
||||
// 20230817 北财风控中台对接-担保人新增字段
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
@ -153,66 +253,5 @@ public interface LB_GUARANTEE_UNIT{
|
||||
* 单位地址 STRING(80)<br>
|
||||
*/
|
||||
public static final String WORKADD = "WORKADD";
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
/**
|
||||
* 担保人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 担保人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 担保人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 担保人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 担保人居住地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 担保人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 担保人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 担保人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 担保人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 担保人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 担保人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
|
||||
}
|
||||
@ -13,6 +13,107 @@ public interface LB_GUARANTEE_UNIT_HIS{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_HIS";
|
||||
|
||||
// 20230817 北财风控中台对接-担保人新增字段
|
||||
|
||||
/**
|
||||
* 担保人职务 STRING(32)<br>
|
||||
*/
|
||||
public static final String duties_type = "duties_type";
|
||||
|
||||
/**
|
||||
* 担保人单位地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_code = "work_address_code";
|
||||
|
||||
/**
|
||||
* 担保人单位地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_id = "work_address_id";
|
||||
|
||||
/**
|
||||
* 担保人居住地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_code = "live_address_code";
|
||||
|
||||
/**
|
||||
* 担保人居住地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_id = "live_address_id";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_code = "id_address_code";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_id = "id_address_id";
|
||||
|
||||
// 20230817 北财风控中台对接-担保人新增字段
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
/**
|
||||
* 担保人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 担保人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 担保人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 担保人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 担保人居住地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 担保人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 担保人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 担保人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 担保人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 担保人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 担保人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
@ -150,66 +251,5 @@ public interface LB_GUARANTEE_UNIT_HIS{
|
||||
*/
|
||||
public static final String WORKADD = "WORKADD";
|
||||
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
/**
|
||||
* 担保人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 担保人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 担保人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 担保人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 担保人居住地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 担保人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 担保人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 担保人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 担保人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 担保人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 担保人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
|
||||
}
|
||||
@ -13,6 +13,106 @@ public interface LB_GUARANTEE_UNIT_TEMP{
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_TEMP";
|
||||
// 20230817 北财风控中台对接-担保人新增字段
|
||||
|
||||
/**
|
||||
* 担保人职务 STRING(32)<br>
|
||||
*/
|
||||
public static final String duties_type = "duties_type";
|
||||
|
||||
/**
|
||||
* 担保人单位地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_code = "work_address_code";
|
||||
|
||||
/**
|
||||
* 担保人单位地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String work_address_id = "work_address_id";
|
||||
|
||||
/**
|
||||
* 担保人居住地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_code = "live_address_code";
|
||||
|
||||
/**
|
||||
* 担保人居住地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String live_address_id = "live_address_id";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址编码 STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_code = "id_address_code";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址关联id STRING(32)<br>
|
||||
*/
|
||||
public static final String id_address_id = "id_address_id";
|
||||
|
||||
// 20230817 北财风控中台对接-担保人新增字段
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
/**
|
||||
* 担保人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 担保人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 担保人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 担保人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 担保人居住地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 担保人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 担保人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 担保人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 担保人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 担保人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 担保人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
@ -149,66 +249,6 @@ public interface LB_GUARANTEE_UNIT_TEMP{
|
||||
* 单位地址 STRING(80)<br>
|
||||
*/
|
||||
public static final String WORKADD = "WORKADD";
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
/**
|
||||
* 担保人身份证有效期 STRING(32)<br>
|
||||
*/
|
||||
public static final String idexpiry = "idexpiry";
|
||||
|
||||
/**
|
||||
* 担保人民族 STRING(32)<br>
|
||||
*/
|
||||
public static final String nation = "nation";
|
||||
|
||||
/**
|
||||
* 担保人最高学历 STRING(32)<br>
|
||||
*/
|
||||
public static final String educationLevel = "education_level";
|
||||
|
||||
/**
|
||||
* 担保人单位地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String workAddress = "work_address";
|
||||
|
||||
/**
|
||||
* 担保人居住地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String liveAddress = "live_address";
|
||||
|
||||
/**
|
||||
* 担保人户籍地址 STRING(32)<br>
|
||||
*/
|
||||
public static final String idAddress = "id_address";
|
||||
|
||||
/**
|
||||
* 担保人企业性质 STRING(32)<br>
|
||||
*/
|
||||
public static final String enterprise_nature = "enterprise_nature";
|
||||
|
||||
/**
|
||||
* 担保人行业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String industryType = "industry_type";
|
||||
|
||||
/**
|
||||
* 担保人职业类型 STRING(32)<br>
|
||||
*/
|
||||
public static final String careerType = "career_type";
|
||||
|
||||
/**
|
||||
* 担保人职位 STRING(32)<br>
|
||||
*/
|
||||
public static final String position = "position";
|
||||
|
||||
/**
|
||||
* 担保人月收入 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyIncome = "monthly_income";
|
||||
|
||||
/**
|
||||
* 担保人月支出 STRING(32)<br>
|
||||
*/
|
||||
public static final String monthlyExpenses = "monthly_expenses";
|
||||
// 20230809 北财风控中台对接-担保人新增字段
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user