package jbo.xquery;
import java.lang.String;
/**
* 客户关联信息 - JBO命名常量类
* Note: This file is generated by ADE tools, dont modify it.
*/
public interface CUSTOMER_RELATIVE{
/**
* 客户关联信息
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.xquery.CUSTOMER_RELATIVE";
/**
* 客户编号 STRING(32)
*/
public static final String CR_CUSTOMERID = "CR_CUSTOMERID";
/**
* 关联关系 STRING(18)
*/
public static final String RELATIONSHIP = "RELATIONSHIP";
/**
* 关联客户编号 STRING(32)
*/
public static final String RELATIVEID = "RELATIVEID";
/**
* 关联客户名称 STRING(80)
*/
public static final String RELATIVENAME = "RELATIVENAME";
/**
* 证件号 STRING(32)
*/
public static final String CERTID = "CERTID";
}