package jbo.ui.codemap; import java.lang.String; /** * 字典表 - JBO命名常量类

* Note: This file is generated by ADE tools, dont modify it.
*/ public interface CODE_LIBRARY{ /** * 字典表

* 代表本类映射的BizObjectClass */ public static final String CLASS_NAME = "jbo.ui.codemap.CODE_LIBRARY"; /** * 项目编号 STRING(32)
*/ public static final String ITEMNO = "ITEMNO"; /** * 项目名 STRING(32)
*/ public static final String ITEMNAME = "ITEMNAME"; }