package jbo.sys;
import java.lang.String;
/**
* 用户自定义信息链接 - JBO命名常量类
* Note: This file is generated by ADE tools, dont modify it.
*/
public interface USER_DEFINEINFO{
/**
* 用户自定义信息链接
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.sys.USER_DEFINEINFO";
/**
* 用户编号 STRING(32)
*/
public static final String USERID = "USERID";
/**
* 对象类型 STRING(18)
*/
public static final String OBJECTTYPE = "OBJECTTYPE";
/**
* 对象编号 STRING(32)
*/
public static final String OBJECTNO = "OBJECTNO";
}