diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/entity/user/user/BaseInfo.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/entity/user/user/BaseInfo.java index 2c13001e..e0b3ebbe 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/entity/user/user/BaseInfo.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/entity/user/user/BaseInfo.java @@ -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) */