风控中台对接-申请人、担保人新增字段 是否有本地户口

This commit is contained in:
zhanglei 2023-09-08 14:53:59 +08:00
parent 201f7b9d8a
commit caa0da1e8e
9 changed files with 33 additions and 5 deletions

View File

@ -179,6 +179,7 @@
,"MAJOR_MONTHLY_INCOME"
,"MONTHLY_EXPENSES"
,"IDEXPIRY_TYPE"
,"SHUKOU"
];
var arrRequired=["SEX","MARITAL_STATUS","TITLE","WORKADD","WORKCORP","WORKTEL"
,"BIRTHDAY"
@ -195,6 +196,7 @@
,"MONTHLY_EXPENSES"
,"START_IDEXPIRY"
,"IDEXPIRY_TYPE"
,"SHUKOU"
];
if(certType=="Ent02"){
showItemRequired(0, "LEGAL_REPRESENTATIVE");

View File

@ -338,6 +338,7 @@
<attribute name="pre_operate_car_type" label="北财-承租人过去曾运营车辆类型" type="STRING" length="32"/>
<attribute name="pre_operate_car_no" label="北财-承租人过去曾运营车辆车牌号" type="STRING" length="32"/>
<attribute name="pre_operate_years" label="北财-承租人从业时间" type="STRING" length="32"/>
<attribute name="shukou" label="北财-是否有本地户口" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -487,6 +488,7 @@
<attribute name="pre_operate_car_type" label="北财-承租人过去曾运营车辆类型" type="STRING" length="32"/>
<attribute name="pre_operate_car_no" label="北财-承租人过去曾运营车辆车牌号" type="STRING" length="32"/>
<attribute name="pre_operate_years" label="北财-承租人从业时间" type="STRING" length="32"/>
<attribute name="shukou" label="北财-是否有本地户口" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -2556,6 +2558,7 @@
<attribute name="pre_operate_car_type" label="北财-承租人过去曾运营车辆类型" type="STRING" length="32"/>
<attribute name="pre_operate_car_no" label="北财-承租人过去曾运营车辆车牌号" type="STRING" length="32"/>
<attribute name="pre_operate_years" label="北财-承租人从业时间" type="STRING" length="32"/>
<attribute name="shukou" label="北财-是否有本地户口" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -4113,6 +4113,7 @@
<attribute name="legal_representative" label="北财-担保人为企业时的法定代表人信息" type="STRING" length="32"/>
<attribute name="start_idexpiry" label="北财-担保人有效期开始时间" type="STRING" length="32"/>
<attribute name="idexpiry_type" label="北财-证件有效期类型1短期2长期" type="STRING" length="32"/>
<attribute name="shukou" label="北财-是否有本地户口" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -4177,6 +4178,7 @@
<attribute name="legal_representative" label="北财-担保人为企业时的法定代表人信息" type="STRING" length="32"/>
<attribute name="start_idexpiry" label="北财-担保人有效期开始时间" type="STRING" length="32"/>
<attribute name="idexpiry_type" label="北财-证件有效期类型1短期2长期" type="STRING" length="32"/>
<attribute name="shukou" label="北财-是否有本地户口" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -4241,6 +4243,7 @@
<attribute name="legal_representative" label="北财-担保人为企业时的法定代表人信息" type="STRING" length="32"/>
<attribute name="start_idexpiry" label="北财-担保人有效期开始时间" type="STRING" length="32"/>
<attribute name="idexpiry_type" label="北财-证件有效期类型1短期2长期" type="STRING" length="32"/>
<attribute name="shukou" label="北财-是否有本地户口" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -16,6 +16,11 @@ public interface CUSTOMER_PERSON{
// 20230809 北财风控中台对接-承租人新增字段
/**
* start_idexpiry 北财-是否有本地户口 STRING(32)<br>
*/
public static final String shukou = "shukou";
/**
* start_idexpiry 北财-证件有效期类型1短期2长期 STRING(32)<br>
*/

View File

@ -14,7 +14,10 @@ public interface CUSTOMER_PERSON_HIS{
*/
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON_HIS";
// 20230809 北财风控中台对接-承租人新增字段
/**
* start_idexpiry 北财-是否有本地户口 STRING(32)<br>
*/
public static final String shukou = "shukou";
/**
* start_idexpiry 北财-证件有效期类型1短期2长期 STRING(32)<br>
*/

View File

@ -13,7 +13,10 @@ public interface CUSTOMER_PERSON_TEMP{
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON_TEMP";
/**
* start_idexpiry 北财-是否有本地户口 STRING(32)<br>
*/
public static final String shukou = "shukou";
// 20230809 北财风控中台对接-承租人新增字段
/**

View File

@ -15,7 +15,10 @@ public interface LB_GUARANTEE_UNIT{
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT";
// 20230817 北财风控中台对接-担保人新增字段
/**
* start_idexpiry 北财-是否有本地户口 STRING(32)<br>
*/
public static final String shukou = "shukou";
/**
* start_idexpiry 北财-证件有效期类型1短期2长期 STRING(32)<br>
*/

View File

@ -15,7 +15,10 @@ public interface LB_GUARANTEE_UNIT_HIS{
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_HIS";
// 20230817 北财风控中台对接-担保人新增字段
/**
* start_idexpiry 北财-是否有本地户口 STRING(32)<br>
*/
public static final String shukou = "shukou";
/**
* start_idexpiry 北财-证件有效期类型1短期2长期 STRING(32)<br>
*/

View File

@ -14,7 +14,10 @@ public interface LB_GUARANTEE_UNIT_TEMP{
*/
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_TEMP";
// 20230817 北财风控中台对接-担保人新增字段
/**
* start_idexpiry 北财-是否有本地户口 STRING(32)<br>
*/
public static final String shukou = "shukou";
/**
* start_idexpiry 北财-证件有效期类型1短期2长期 STRING(32)<br>
*/