package jbo.app;
import java.lang.String;
/**
* app配置 - JBO命名常量类
* Note: This file is generated by ADE tools, dont modify it.
*/
public interface APP_CONF{
/**
* app配置
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.APP_CONF";
/**
* 编号 STRING(100)
*/
public static final String ID = "ID";
/**
* 配置标识号 STRING(100)
*/
public static final String CONF_CODE = "CONF_CODE";
/**
* 配置描述 STRING(4000)
*/
public static final String CONF_DESC = "CONF_DESC";
}