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