apzl_leasing/src_jbo/jbo/app/APP_CONF.java
2019-12-20 19:23:48 +08:00

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";
}