apzl_leasing/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY.java

235 lines
5.0 KiB
Java

package jbo.app.tenwa.customer;
import java.lang.String;
/**
* - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface CUSTOMER_FAMILY{
/**
* <br><br>
* 代表本类映射的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 education_level = "education_level";
/**
* 共同申请人单位地址 STRING(500)<br>
*/
public static final String work_address = "work_address";
/**
* 共同申请人居住地址 STRING(500)<br>
*/
public static final String live_address = "live_address";
/**
* 共同申请人户籍地址 STRING(500)<br>
*/
public static final String id_address = "id_address";
/**
* 共同申请人企业性质 STRING(32)<br>
*/
public static final String enterprise_nature = "enterprise_nature";
/**
* 共同申请人行业类型 STRING(32)<br>
*/
public static final String industry_type = "industry_type";
/**
* 共同申请人职业类型 STRING(32)<br>
*/
public static final String career_type = "career_type";
/**
* 共同申请人职位 STRING(32)<br>
*/
public static final String position = "position";
/**
* 共同申请人月收入 STRING(32)<br>
*/
public static final String monthly_income = "monthly_income";
/**
* 共同申请人月支出 STRING(32)<br>
*/
public static final String monthly_expenses = "monthly_expenses";
// 20230809 北财风控中台对接-共同申请人新增字段
/**
* 标识 STRING(32)<br>
*/
public static final String id = "id";
/**
* 客户编号 STRING(32)<br>
*/
public static final String customerid = "customerid";
/**
* 证件类型 STRING(32)<br>
*/
public static final String certtype = "certtype";
/**
* 证件号码 STRING(32)<br>
*/
public static final String certid = "certid";
/**
* 姓名 STRING(32)<br>
*/
public static final String name = "name";
/**
* 与该客户关系 STRING(32)<br>
*/
public static final String relative = "relative";
/**
* 联系电话 STRING(40)<br>
*/
public static final String tel = "tel";
/**
* 工作单位 STRING(100)<br>
*/
public static final String workunit = "workunit";
/**
* 客户类型 STRING(32)<br>
*/
public static final String custtype = "custtype";
/**
* 是否有效 STRING(32)<br>
*/
public static final String status = "status";
/**
* 备注 STRING(200)<br>
*/
public static final String remark = "remark";
/**
* 登记人 STRING(32)<br>
*/
public static final String inputuserid = "inputuserid";
/**
* 登记部门 STRING(32)<br>
*/
public static final String inputorgid = "inputorgid";
/**
* 登记时间 STRING(32)<br>
*/
public static final String inputtime = "inputtime";
/**
* 更新人 STRING(32)<br>
*/
public static final String updateuserid = "updateuserid";
/**
* 更新部门 STRING(32)<br>
*/
public static final String updateorgid = "updateorgid";
/**
* 更新时间 STRING(32)<br>
*/
public static final String updatetime = "updatetime";
/**
* 是否配偶 STRING(32)<br>
*/
public static final String Spouse_ = "Spouse_";
/**
* 是否共同申请人 STRING(32)<br>
*/
public static final String Partner_ = "Partner_";
/**
* 户口-配偶 STRING(32)<br>
*/
public static final String shukou = "shukou";
/**
* 单位名称-配偶 STRING(60)<br>
*/
public static final String suname = "suname";
/**
* 单位电话-配偶 STRING(32)<br>
*/
public static final String suphone = "suphone";
/**
* 职位—配偶 STRING(32)<br>
*/
public static final String sposition = "sposition";
/**
* 月收入——配偶 DOUBLE(22)<br>
*/
public static final String smincome = "smincome";
/**
* 合同编号 STRING(32)<br>
*/
public static final String contract_id = "contract_id";
/**
* 项目编号 STRING(32)<br>
*/
public static final String project_id = "project_id";
/**
* 关系 STRING(32)<br>
*/
public static final String ASSURE_RELATION = "ASSURE_RELATION";
/**
* 性别 STRING(32)<br>
*/
public static final String SEX = "SEX";
}