Merge pull request #316 from gswy/dev

提供实体类与数据库字段字段映射内容
This commit is contained in:
Michael Yang 2024-04-16 12:02:04 +08:00 committed by GitHub
commit b49ebdd1e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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