172 lines
3.8 KiB
Java
172 lines
3.8 KiB
Java
package jbo.app;
|
|
|
|
import java.lang.String;
|
|
|
|
/**
|
|
* 模板库 - JBO命名常量类<br><br>
|
|
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
|
|
|
*/
|
|
public interface AWE_DO_LIBRARY{
|
|
/**
|
|
* 模板库<br><br>
|
|
* 代表本类映射的BizObjectClass
|
|
*/
|
|
public static final String CLASS_NAME = "jbo.app.AWE_DO_LIBRARY";
|
|
/**
|
|
* 模板号 STRING(400)<br>
|
|
*/
|
|
public static final String dono = "dono";
|
|
/**
|
|
* 字段索引 STRING(400)<br>
|
|
*/
|
|
public static final String colindex = "colindex";
|
|
/**
|
|
* 字段排序 STRING(400)<br>
|
|
*/
|
|
public static final String sortno = "sortno";
|
|
/**
|
|
* 是否废弃 STRING(400)<br>
|
|
*/
|
|
public static final String isinuse = "isinuse";
|
|
/**
|
|
* 数据表名 STRING(400)<br>
|
|
*/
|
|
public static final String coltablename = "coltablename";
|
|
/**
|
|
* 数据库源名 STRING(400)<br>
|
|
*/
|
|
public static final String colactualname = "colactualname";
|
|
/**
|
|
* 使用名称 STRING(400)<br>
|
|
*/
|
|
public static final String colname = "colname";
|
|
/**
|
|
* 值类型 STRING(400)<br>
|
|
*/
|
|
public static final String coltype = "coltype";
|
|
/**
|
|
* 缺省值 STRING(400)<br>
|
|
*/
|
|
public static final String coldefaultvalue = "coldefaultvalue";
|
|
/**
|
|
* 内置按钮事件 STRING(400)<br>
|
|
*/
|
|
public static final String colheader = "colheader";
|
|
/**
|
|
* 中文名称 STRING(400)<br>
|
|
*/
|
|
public static final String colunit = "colunit";
|
|
/**
|
|
* 是否汇总 STRING(400)<br>
|
|
*/
|
|
public static final String colcolumntype = "colcolumntype";
|
|
/**
|
|
* 编辑形式 STRING(400)<br>
|
|
*/
|
|
public static final String coleditstyle = "coleditstyle";
|
|
/**
|
|
* 校验样式 STRING(400)<br>
|
|
*/
|
|
public static final String colcheckformat = "colcheckformat";
|
|
/**
|
|
* 对齐方式 STRING(400)<br>
|
|
*/
|
|
public static final String colalign = "colalign";
|
|
/**
|
|
* 显示来源类型 STRING(400)<br>
|
|
*/
|
|
public static final String coleditsourcetype = "coleditsourcetype";
|
|
/**
|
|
* 显示来源 STRING(400)<br>
|
|
*/
|
|
public static final String coleditsource = "coleditsource";
|
|
/**
|
|
* HTML显示格式 STRING(400)<br>
|
|
*/
|
|
public static final String colhtmlstyle = "colhtmlstyle";
|
|
/**
|
|
* 长度限制 STRING(400)<br>
|
|
*/
|
|
public static final String collimit = "collimit";
|
|
/**
|
|
* 是否可见 STRING(400)<br>
|
|
*/
|
|
public static final String colvisible = "colvisible";
|
|
/**
|
|
* 是否只读 STRING(400)<br>
|
|
*/
|
|
public static final String colreadonly = "colreadonly";
|
|
/**
|
|
* 是否必须 STRING(400)<br>
|
|
*/
|
|
public static final String colrequired = "colrequired";
|
|
/**
|
|
* 是否排序 STRING(400)<br>
|
|
*/
|
|
public static final String colsortable = "colsortable";
|
|
/**
|
|
* 是否查询 STRING(400)<br>
|
|
*/
|
|
public static final String isfilter = "isfilter";
|
|
/**
|
|
* 跨几栏 STRING(400)<br>
|
|
*/
|
|
public static final String colspan = "colspan";
|
|
/**
|
|
* 自动输入提示 STRING(400)<br>
|
|
*/
|
|
public static final String isautocomplete = "isautocomplete";
|
|
/**
|
|
* 组编号 STRING(400)<br>
|
|
*/
|
|
public static final String groupid = "groupid";
|
|
/**
|
|
* 实际的关联字段 STRING(400)<br>
|
|
*/
|
|
public static final String colfilterrefid = "colfilterrefid";
|
|
/**
|
|
* 登记人 STRING(400)<br>
|
|
*/
|
|
public static final String inputuser = "inputuser";
|
|
/**
|
|
* 登记时间 STRING(400)<br>
|
|
*/
|
|
public static final String inputtime = "inputtime";
|
|
/**
|
|
* 更新人 STRING(400)<br>
|
|
*/
|
|
public static final String updateuser = "updateuser";
|
|
/**
|
|
* 更新时间 STRING(400)<br>
|
|
*/
|
|
public static final String updatetime = "updatetime";
|
|
/**
|
|
* STRING(400)<br>
|
|
*/
|
|
public static final String isaudit = "isaudit";
|
|
/**
|
|
* 关联内容选择 STRING(400)<br>
|
|
*/
|
|
public static final String colfilterattrs = "colfilterattrs";
|
|
/**
|
|
* 是否更新 STRING(400)<br>
|
|
*/
|
|
public static final String isupdate = "isupdate";
|
|
/**
|
|
* 父序号 STRING(400)<br>
|
|
*/
|
|
public static final String parentcolindex = "parentcolindex";
|
|
/**
|
|
* 提示 STRING(400)<br>
|
|
*/
|
|
public static final String tips = "tips";
|
|
/**
|
|
* 内置按钮事件 STRING(400)<br>
|
|
*/
|
|
public static final String colinnerbtevent = "colinnerbtevent";
|
|
/**
|
|
* 过滤设置 STRING(400)<br>
|
|
*/
|
|
public static final String colfilteroptions = "colfilteroptions";
|
|
} |