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