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

56 lines
1.2 KiB
Java

package jbo.xquery;
import java.lang.String;
/**
* 客户基本信息 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface CUSTOMER_INFO{
/**
* 客户基本信息<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.xquery.CUSTOMER_INFO";
/**
* 客户编号 STRING(40)<br>
*/
public static final String CUSTOMERID = "CUSTOMERID";
/**
* 客户名称 STRING(80)<br>
*/
public static final String CUSTOMERNAME = "CUSTOMERNAME";
/**
* 客户类型 STRING(20)<br>
*/
public static final String CUSTOMERTYPE = "CUSTOMERTYPE";
/**
* 证件类型 STRING(20)<br>
*/
public static final String CERTTYPE = "CERTTYPE";
/**
* 证件号 STRING(40)<br>
*/
public static final String CERTID = "CERTID";
/**
* 贷款卡编号 STRING(32)<br>
*/
public static final String LOANCARDNO = "LOANCARDNO";
/**
* 登记机构 STRING(32)<br>
*/
public static final String INPUTORGID = "INPUTORGID";
/**
* 登记人 STRING(32)<br>
*/
public static final String INPUTUSERID = "INPUTUSERID";
/**
* 登记日期 DATE(10)<br>
*/
public static final String INPUTDATE = "INPUTDATE";
/**
* 状态 STRING(20)<br>
*/
public static final String STATUS = "STATUS";
}