This commit is contained in:
张良(004796)
2024-04-07 13:54:53 +08:00
parent eff64b6e34
commit 9a6625905a
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ import lombok.Data;
@Data
public class RankNodeInvite {
@Schema(description = "用户ID只有当前用户才有数据其他用户因为保密问题没有")
private Long userId;
@Schema(description = "头像")
private String avatar;
@Schema(description = "昵称")