fix(entity): 为ServerBigBrother实体增加secUid字段及映射

This commit is contained in:
2025-12-15 20:13:09 +08:00
parent cf15298968
commit dfccc03df8
3 changed files with 6 additions and 2 deletions

View File

@@ -114,4 +114,7 @@ public class ServerBigBrother {
@TableField(value = "fans_level")
private Integer fansLevel;
@TableField(value = "secUid")
private String secUid;
}