mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 21:50:43 +08:00
fix tableName is null
This commit is contained in:
@ -31,6 +31,7 @@ public class TableColumn {
|
||||
/**
|
||||
* 表名
|
||||
*/
|
||||
@JsonAlias({"TABLE_NAME"})
|
||||
private String tableName;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user