您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
com.codingapi.springboot.framework.annotation
Annotation Interface MetaColumn
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
@Documented
public @interface
MetaColumn
查询字段
必需元素概要
所需元素
修饰符和类型
必需的元素
说明
String
desc
字段说明
String
name
字段名称
可选元素概要
可选元素
修饰符和类型
可选元素
说明
MetaRelation
dependent
依赖表
String
format
格式化
boolean
primaryKey
是否主键
ColumnType
type
字段类型
元素详细资料
desc
String
desc
字段说明
name
String
name
字段名称
primaryKey
boolean
primaryKey
是否主键
默认值:
false
type
ColumnType
type
字段类型
默认值:
String
format
String
format
格式化
默认值:
""
dependent
MetaRelation
dependent
依赖表
默认值:
@com.codingapi.springboot.framework.annotation.MetaRelation(tableName="", columnName="")