提供实体类与数据库字段字段映射内容

This commit is contained in:
LYY 2024-04-13 12:26:00 +08:00
parent 5502723936
commit 383f995a28

View File

@ -163,6 +163,10 @@ public class TableInfo {
this.schema = schema;
}
public Map<String, String> getPropertyColumnMapping() {
return this.propertyColumnMapping;
}
public String getTableName() {
return tableName;
}