您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
字段
必需
可选
详细资料:
字段
元素
概要:
字段 |
必需
|
可选
详细资料:
字段 |
元素
SEARCH
程序包
com.publiccms.common.generator.annotation
注释接口 GeneratorColumn
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
GeneratorColumn
字段元数据注解 GeneratorColumn
必需元素概要
所需元素
修饰符和类型
必需的元素
说明
String
title
可选元素概要
可选元素
修饰符和类型
可选元素
说明
boolean
condition
boolean
like
String
name
boolean
or
boolean
order
元素详细资料
condition
boolean
condition
返回:
是否作为查询条件
默认值:
false
like
boolean
like
返回:
是否作为like查询
默认值:
false
order
boolean
order
返回:
是否作为排序条件
默认值:
false
or
boolean
or
返回:
是否作为or查询
默认值:
false
name
String
name
返回:
or查询名称
默认值:
""
title
String
title
返回:
文字描述