This commit is contained in:
张良(004796)
2024-02-21 14:11:43 +08:00
parent 61d00af5c6
commit c6efe0eb0b
6 changed files with 42 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ public class DynamicListVo extends DynamicVo{
private String avatar;
@Schema(description = "昵称")
private String nickname;
@Schema(description = "时间差值文字显示")
private String timeDiffText;
@Schema(description = "是否关注用户")
private boolean star;
}

View File

@@ -14,6 +14,9 @@ public class UserMinInfoVo {
private Integer isAnchor;
@Schema(description = "蜜瓜号")
private String usercode;
@Schema(description = "性别")
private Integer gender;
@Schema(description = "昵称")
private String nickname;
@Schema(description = "头像")