36 lines
810 B
Java
36 lines
810 B
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_RELATIVE{
|
|
/**
|
|
* 客户关联信息<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.xquery.CUSTOMER_RELATIVE";
|
|
/**
|
|
* 客户编号 STRING(32)<br>
|
|
*/
|
|
public static final String CR_CUSTOMERID = "CR_CUSTOMERID";
|
|
/**
|
|
* 关联关系 STRING(18)<br>
|
|
*/
|
|
public static final String RELATIONSHIP = "RELATIONSHIP";
|
|
/**
|
|
* 关联客户编号 STRING(32)<br>
|
|
*/
|
|
public static final String RELATIVEID = "RELATIVEID";
|
|
/**
|
|
* 关联客户名称 STRING(80)<br>
|
|
*/
|
|
public static final String RELATIVENAME = "RELATIVENAME";
|
|
/**
|
|
* 证件号 STRING(32)<br>
|
|
*/
|
|
public static final String CERTID = "CERTID";
|
|
} |