@TableName(value="t_core_table") public class CoreTable extends Object implements Serializable
数据库中表的基础关联信息
| 构造器和说明 |
|---|
CoreTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttachment() |
String |
getAuditable() |
String |
getId() |
void |
setAttachment(String attachment) |
void |
setAuditable(String auditable) |
void |
setId(String id) |
String |
toString() |
Copyright © 2021. All rights reserved.