您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
字段
必需
可选
详细资料:
字段
元素
概要:
字段 |
必需 |
可选
详细资料:
字段 |
元素
SEARCH
程序包
org.dromara.autotable.annotation
批注类型 AutoTable
@Target
({
TYPE
,
ANNOTATION_TYPE
})
@Retention
(
RUNTIME
)
@Documented
public @interface
AutoTable
创建表时指定表名、schema、注释
作者:
don
可选元素概要
可选元素
修饰符和类型
可选元素
说明
String
comment
String
schema
String
value
元素详细资料
value
String
value
返回:
表名,为空默认取类名
默认值:
""
schema
String
schema
返回:
表schema
默认值:
""
comment
String
comment
返回:
表注释,为空默认取类名
默认值:
""