apzl_leasing/src_jbo/jbo/app/CUSTOMER_RELATIVE.java
2019-12-20 19:23:48 +08:00

152 lines
3.3 KiB
Java

package jbo.app;
import java.lang.String;
/**
* 客户关联信息 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface CUSTOMER_RELATIVE{
/**
* 客户关联信息<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.CUSTOMER_RELATIVE";
/**
* 客户编号 STRING(32)<br>
*/
public static final String CUSTOMERID = "CUSTOMERID";
/**
* 客户类型 STRING(10)<br>
*/
public static final String CUSTOMERTYPE = "CUSTOMERTYPE";
/**
* 关联客户编号 STRING(32)<br>
*/
public static final String RELATIVEID = "RELATIVEID";
/**
* 关联关系 STRING(18)<br>
*/
public static final String RELATIONSHIP = "RELATIONSHIP";
/**
* 客户名称 STRING(80)<br>
*/
public static final String CUSTOMERNAME = "CUSTOMERNAME";
/**
* 证件类型 STRING(18)<br>
*/
public static final String CERTTYPE = "CERTTYPE";
/**
* 证件号码 STRING(32)<br>
*/
public static final String CERTID = "CERTID";
/**
* 法人代表 STRING(80)<br>
*/
public static final String FICTITIOUSPERSON = "FICTITIOUSPERSON";
/**
* 币种 STRING(18)<br>
*/
public static final String CURRENCYTYPE = "CURRENCYTYPE";
/**
* 实际金额 DOUBLE(24)<br>
*/
public static final String INVESTMENTSUM = "INVESTMENTSUM";
/**
* 应投资金额 DOUBLE(24)<br>
*/
public static final String OUGHTSUM = "OUGHTSUM";
/**
* 投资比例 DOUBLE(10)<br>
*/
public static final String INVESTMENTPROP = "INVESTMENTPROP";
/**
* 投资时间 DATE(10)<br>
*/
public static final String INVESTDATE = "INVESTDATE";
/**
* 担任职务 STRING(18)<br>
*/
public static final String DUTY = "DUTY";
/**
* 联系电话 STRING(32)<br>
*/
public static final String TELEPHONE = "TELEPHONE";
/**
* 关系描述 STRING(200)<br>
*/
public static final String DESCRIBEA = "DESCRIBEA";
/**
* 登记单位 STRING(80)<br>
*/
public static final String INPUTORGID = "INPUTORGID";
/**
* 登记人 STRING(80)<br>
*/
public static final String INPUTUSERID = "INPUTUSERID";
/**
* 登记日期 DATE(10)<br>
*/
public static final String INPUTDATE = "INPUTDATE";
/**
* 更新日期 DATE(10)<br>
*/
public static final String UPDATEDATE = "UPDATEDATE";
/**
* 备注 STRING(200)<br>
*/
public static final String REMARK = "REMARK";
/**
* 性别 STRING(18)<br>
*/
public static final String SEX = "SEX";
/**
* 出生日期 STRING(10)<br>
*/
public static final String BIRTHDAY = "BIRTHDAY";
/**
* 社会保险号 STRING(32)<br>
*/
public static final String SINO = "SINO";
/**
* 家庭住址 STRING(200)<br>
*/
public static final String FAMILYADD = "FAMILYADD";
/**
* 邮政编码 STRING(32)<br>
*/
public static final String FAMILYZIP = "FAMILYZIP";
/**
* 最高学历 STRING(18)<br>
*/
public static final String EDUEXPERIENCE = "EDUEXPERIENCE";
/**
* 投资收益 DOUBLE(24)<br>
*/
public static final String INVESTYIELD = "INVESTYIELD";
/**
* 担任该职务时间 DATE(10)<br>
*/
public static final String HOLDDATE = "HOLDDATE";
/**
* 相关行业从业年限 INT(20)<br>
*/
public static final String ENGAGETERM = "ENGAGETERM";
/**
* 持股情况 STRING(200)<br>
*/
public static final String HOLDSTOCK = "HOLDSTOCK";
/**
* 贷款卡编号 STRING(32)<br>
*/
public static final String LOANCARDNO = "LOANCARDNO";
/**
* 有效标志 STRING(1)<br>
*/
public static final String EFFSTATUS = "EFFSTATUS";
/**
* 实际控制人 STRING(18)<br>
*/
public static final String ACTUALCONTROLLER = "ACTUALCONTROLLER";
}