package jbo.oti;
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.oti.CUSTOMER_INFO";
/**
* 信贷客户号 STRING(30)
*/
public static final String CustomerId = "CustomerId";
/**
* 信贷客户名称 STRING(40)
*/
public static final String CustomerName = "CustomerName";
/**
* 证件类型 STRING(20)
*/
public static final String CertType = "CertType";
/**
* 证件号码 STRING(21)
*/
public static final String CertID = "CertID";
}