104 lines
2.3 KiB
Java
104 lines
2.3 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_STOCKHOLDER{
|
|
/**
|
|
* 客户股东情况表<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_STOCKHOLDER";
|
|
/**
|
|
* 标识 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 TYPE = "TYPE";
|
|
/**
|
|
* 客户证件类型 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 CUSTOMERNAME = "CUSTOMERNAME";
|
|
/**
|
|
* 股东贷款卡编号 STRING(32)<br>
|
|
*/
|
|
public static final String LOANCARDNO = "LOANCARDNO";
|
|
/**
|
|
* 法人代表名称 STRING(80)<br>
|
|
*/
|
|
public static final String FICTITIOUSPERSON = "FICTITIOUSPERSON";
|
|
/**
|
|
* 出资方式 STRING(18)<br>
|
|
*/
|
|
public static final String RELATIONSHIP = "RELATIONSHIP";
|
|
/**
|
|
* 出资币种 STRING(18)<br>
|
|
*/
|
|
public static final String CURRENCYTYPE = "CURRENCYTYPE";
|
|
/**
|
|
* 应出资金额 DOUBLE(24)<br>
|
|
*/
|
|
public static final String OUGHTSUM = "OUGHTSUM";
|
|
/**
|
|
* 实际投资金额 DOUBLE(24)<br>
|
|
*/
|
|
public static final String INVESTMENTSUM = "INVESTMENTSUM";
|
|
/**
|
|
* 出资比例 DOUBLE(10)<br>
|
|
*/
|
|
public static final String INVESTMENTPROP = "INVESTMENTPROP";
|
|
/**
|
|
* 投资日期 STRING(10)<br>
|
|
*/
|
|
public static final String INVESTDATE = "INVESTDATE";
|
|
/**
|
|
* 是否有效 STRING(18)<br>
|
|
*/
|
|
public static final String EFFECT = "EFFECT";
|
|
/**
|
|
* 备注 STRING(20000)<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 updateuserid = "updateuserid";
|
|
/**
|
|
* 更新机构 STRING(32)<br>
|
|
*/
|
|
public static final String updateorgid = "updateorgid";
|
|
/**
|
|
* 登记时间 STRING(32)<br>
|
|
*/
|
|
public static final String inputtime = "inputtime";
|
|
/**
|
|
* 更新时间 STRING(32)<br>
|
|
*/
|
|
public static final String updatetime = "updatetime";
|
|
} |