mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 09:08:24 +08:00
提供实体类与数据库字段字段映射内容
This commit is contained in:
parent
5502723936
commit
383f995a28
@ -163,6 +163,10 @@ public class TableInfo {
|
|||||||
this.schema = schema;
|
this.schema = schema;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Map<String, String> getPropertyColumnMapping() {
|
||||||
|
return this.propertyColumnMapping;
|
||||||
|
}
|
||||||
|
|
||||||
public String getTableName() {
|
public String getTableName() {
|
||||||
return tableName;
|
return tableName;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user