个人资料也爱好和签名落库

This commit is contained in:
tianfeng 2025-12-22 18:17:47 +08:00
parent a08536c00f
commit db2550840e

View File

@ -107,6 +107,19 @@ public class BaseInfo extends TimestampBaseEntity {
@TableField("born_day")
private Integer bornDay;
/**
* 个性签名.
*/
@TableField("autograph")
private String autograph;
/**
* 爱好
*/
@TableField("hobby")
private String hobby;
/**
* 背景照片JSON
*/