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

438 lines
9.7 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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_PERSON{
/**
* 自然人表<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON";
// 20230809 北财风控中台对接-承租人新增字段
/**
* start_idexpiry 北财-是否有本地户口 STRING(32)<br>
*/
public static final String shukou = "shukou";
/**
* start_idexpiry 北财-证件有效期类型1短期2长期 STRING(32)<br>
*/
public static final String idexpiry_type = "idexpiry_type";
/**
* start_idexpiry 有效期开始时间 STRING(32)<br>
*/
public static final String start_idexpiry = "start_idexpiry";
/**
* 承租人身份证有效期 STRING(32)<br>
*/
public static final String idexpiry = "idexpiry";
/**
* 承租人单位地址 STRING(32)<br>
*/
public static final String work_address_id = "work_address_id";
/**
* 承租人月支出 STRING(32)<br>
*/
public static final String monthly_expenses = "monthly_expenses";
/**
* 承租人过去曾运营车辆类型 STRING(32)<br>
*/
public static final String pre_operate_car_type = "pre_operate_car_type";
/**
* 承租人过去曾运营车辆车牌号 STRING(32)<br>
*/
public static final String pre_operate_car_no = "pre_operate_car_no";
/**
* 承租人从业时间 STRING(32)<br>
*/
public static final String pre_operate_years = "pre_operate_years";
// 20230809 北财风控中台对接-承租人新增字段
/**
* 民族 STRING(18)<br>
*/
public static final String NATIONALITY = "NATIONALITY";
/**
* 标识 STRING(40)<br>
*/
public static final String ID = "ID";
/**
* 客户编号 STRING(40)<br>
*/
public static final String CUSTOMERID = "CUSTOMERID";
/**
* 状态 STRING(20)<br>
*/
public static final String status = "status";
/**
* 姓名 STRING(80)<br>
*/
public static final String FULLNAME = "FULLNAME";
/**
* 性别 STRING(18)<br>
*/
public static final String SEX = "SEX";
/**
* 出生日期 STRING(10)<br>
*/
public static final String BIRTHDAY = "BIRTHDAY";
/**
* 证件类型 STRING(18)<br>
*/
public static final String CERTTYPE = "CERTTYPE";
/**
* 证件号码 STRING(32)<br>
*/
public static final String CERTID = "CERTID";
/**
* 社会保险号 STRING(32)<br>
*/
public static final String SINO = "SINO";
/**
* 国家 STRING(18)<br>
*/
public static final String COUNTRY = "COUNTRY";
/**
* 省份 STRING(18)<br>
*/
public static final String province = "province";
/**
* 城市 STRING(18)<br>
*/
public static final String city = "city";
/**
* 区县 STRING(18)<br>
*/
public static final String county = "county";
/**
* 户籍地址 STRING(200)<br>
*/
public static final String NATIVEPLACE = "NATIVEPLACE";
/**
* 政治面貌 STRING(18)<br>
*/
public static final String POLITICALFACE = "POLITICALFACE";
/**
* 婚姻状况 STRING(18)<br>
*/
public static final String MARRIAGE = "MARRIAGE";
/**
* 单位所属行业 STRING(50)<br>
*/
public static final String UNITKIND = "UNITKIND";
/**
* 单位名称 STRING(80)<br>
*/
public static final String WORKCORP = "WORKCORP";
/**
* 单位地址 STRING(200)<br>
*/
public static final String WORKADD = "WORKADD";
/**
* 单位电话 STRING(32)<br>
*/
public static final String WORKTEL = "WORKTEL";
/**
* 职业 STRING(18)<br>
*/
public static final String OCCUPATION = "OCCUPATION";
/**
* 职称 STRING(18)<br>
*/
public static final String title = "title";
/**
* 工作履历 STRING(200)<br>
*/
public static final String EMPLOYRECORD = "EMPLOYRECORD";
/**
* 毕业学校(取得最高学历) STRING(200)<br>
*/
public static final String EDURECORD = "EDURECORD";
/**
* 教育程度 STRING(18)<br>
*/
public static final String EDUEXPERIENCE = "EDUEXPERIENCE";
/**
* 最高学位 STRING(18)<br>
*/
public static final String EDUDEGREE = "EDUDEGREE";
/**
* 毕业年份 STRING(10)<br>
*/
public static final String GRADUATEYEAR = "GRADUATEYEAR";
/**
* 信用等级 STRING(18)<br>
*/
public static final String CREDITLEVEL = "CREDITLEVEL";
/**
* 评估日期 STRING(10)<br>
*/
public static final String EVALUATEDATE = "EVALUATEDATE";
/**
* 待扩展字段 STRING(200)<br>
*/
public static final String BALANCESHEET = "BALANCESHEET";
/**
* 个人情况简介 STRING(200)<br>
*/
public static final String INTRO = "INTRO";
/**
* 个人月收入 DOUBLE(24)<br>
*/
public static final String SELFMONTHINCOME = "SELFMONTHINCOME";
/**
* 主要月收入金额 DOUBLE(24)<br>
*/
public static final String FAMILYMONTHINCOME = "FAMILYMONTHINCOME";
/**
* 收入来源 STRING(200)<br>
*/
public static final String INCOMESOURCE = "INCOMESOURCE";
/**
* 家庭人口数 INT(10)<br>
*/
public static final String POPULATION = "POPULATION";
/**
* 贷款卡号 STRING(32)<br>
*/
public static final String LOANCARDNO = "LOANCARDNO";
/**
* 贷款卡最新年审年份 STRING(10)<br>
*/
public static final String LOANCARDINSYEAR = "LOANCARDINSYEAR";
/**
* 农户分类 STRING(18)<br>
*/
public static final String FARMERSORT = "FARMERSORT";
/**
* 所属行政区域 STRING(18)<br>
*/
public static final String REGIONALISM = "REGIONALISM";
/**
* 是否草稿 STRING(18)<br>
*/
public static final String draft = "draft";
/**
* 登记单位 STRING(32)<br>
*/
public static final String INPUTORGID = "INPUTORGID";
/**
* 登记人 STRING(32)<br>
*/
public static final String INPUTUSERID = "INPUTUSERID";
/**
* 备注 STRING(500)<br>
*/
public static final String REMARK = "REMARK";
/**
* 更新机构编号 STRING(32)<br>
*/
public static final String UPDATEORGID = "UPDATEORGID";
/**
* 更新用户编号 STRING(32)<br>
*/
public static final String UPDATEUSERID = "UPDATEUSERID";
/**
* 通讯地址 STRING(200)<br>
*/
public static final String COMMADD = "COMMADD";
/**
* 通讯地址邮编 STRING(10)<br>
*/
public static final String COMMZIP = "COMMZIP";
/**
* 户籍地址 STRING(200)<br>
*/
public static final String NATIVEADD = "NATIVEADD";
/**
* 单位地址邮编 STRING(10)<br>
*/
public static final String WORKZIP = "WORKZIP";
/**
* 职位 STRING(18)<br>
*/
public static final String HEADSHIP = "HEADSHIP";
/**
* 入职时间 STRING(10)<br>
*/
public static final String WORKBEGINDATE = "WORKBEGINDATE";
/**
* 个人年收入 DOUBLE(24)<br>
*/
public static final String YEARINCOME = "YEARINCOME";
/**
* 工资帐号 STRING(32)<br>
*/
public static final String PAYACCOUNT = "PAYACCOUNT";
/**
* 工资帐号开户银行 STRING(200)<br>
*/
public static final String PAYACCOUNTBANK = "PAYACCOUNTBANK";
/**
* 居住状况 STRING(18)<br>
*/
public static final String FAMILYSTATUS = "FAMILYSTATUS";
/**
* 暂存标志 STRING(18)<br>
*/
public static final String TEMPSAVEFLAG = "TEMPSAVEFLAG";
/**
* 客户来源 STRING(32)<br>
*/
public static final String CUSTSOURCE = "CUSTSOURCE";
/**
* 内部行业 STRING(32)<br>
*/
public static final String CUSTKIND = "CUSTKIND";
/**
* 是否废弃 STRING(10)<br>
*/
public static final String invalid = "invalid";
/**
* 登记时间 STRING(32)<br>
*/
public static final String inputtime = "inputtime";
/**
* 更新时间 STRING(32)<br>
*/
public static final String updatetime = "updatetime";
/**
* 手机号 STRING(32)<br>
*/
public static final String mobile = "mobile";
/**
* 驾驶证 STRING(32)<br>
*/
public static final String DRIVERLICENSE = "DRIVERLICENSE";
/**
* 驾驶证姓名 STRING(200)<br>
*/
public static final String LICENSENAME = "LICENSENAME";
/**
* 国家 STRING(200)<br>
*/
public static final String CountryName = "CountryName";
/**
* 省份 STRING(200)<br>
*/
public static final String ProvinceName = "ProvinceName";
/**
* 城市 STRING(200)<br>
*/
public static final String CityName = "CityName";
/**
* 紧急联系人 STRING(32)<br>
*/
public static final String EMERGENCY_CONTACT_PERSON = "EMERGENCY_CONTACT_PERSON";
/**
* 紧急联系电话 STRING(32)<br>
*/
public static final String EMERGENCY_CONTACT_TEL = "EMERGENCY_CONTACT_TEL";
/**
* 入职时间 STRING(32)<br>
*/
public static final String ENTRYTIME = "ENTRYTIME";
/**
* 正式员工 STRING(32)<br>
*/
public static final String FORMALEMP = "FORMALEMP";
/**
* 子女人数 STRING(32)<br>
*/
public static final String childrens_number = "childrens_number";
/**
* 居住地址 STRING(200)<br>
*/
public static final String family_address = "family_address";
/**
* 固定电话 STRING(32)<br>
*/
public static final String telephone = "telephone";
/**
* 居住年限 STRING(32)<br>
*/
public static final String living_life = "living_life";
/**
* 邮寄地址 STRING(200)<br>
*/
public static final String Mailing_Address = "Mailing_Address";
/**
* 房产类型 STRING(32)<br>
*/
public static final String Property_type = "Property_type";
/**
* 单位性质 STRING(32)<br>
*/
public static final String Unit_nature = "Unit_nature";
/**
* 前工作单位名称 STRING(60)<br>
*/
public static final String before_unit_name = "before_unit_name";
/**
* 主要收入 STRING(32)<br>
*/
public static final String main_income = "main_income";
/**
* 其他收入 DOUBLE(22)<br>
*/
public static final String other_income = "other_income";
/**
* 作为共同申请人 STRING(32)<br>
*/
public static final String Partner_ = "Partner_";
/**
* 配偶姓名 STRING(32)<br>
*/
public static final String spouse_name = "spouse_name";
/**
* 户口 STRING(32)<br>
*/
public static final String spouse_hukou = "spouse_hukou";
/**
* 证件号码 STRING(64)<br>
*/
public static final String sIdentNumber = "sIdentNumber";
/**
* 单位名称 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";
/**
* 手机号 STRING(32)<br>
*/
public static final String spnumber = "spnumber";
/**
* 月收入 DOUBLE(22)<br>
*/
public static final String smincome = "smincome";
/**
* 电子邮箱 STRING(32)<br>
*/
public static final String e_mail = "e_mail";
}