fix tableName is null

This commit is contained in:
SwallowGG
2023-09-07 18:28:50 +08:00
parent 9ae72b40b3
commit da44a2d58e

View File

@ -31,6 +31,7 @@ public class TableColumn {
/**
* 表名
*/
@JsonAlias({"TABLE_NAME"})
private String tableName;
/**