| | |
| | | |
| | | // ========== 下面是聚合字段,方便前端显示 ========== |
| | | |
| | | @Schema(description = "申请人 / 被邀请人昵称(实时聚合自 AdminUser)", example = "芋道") |
| | | @Schema(description = "申请人 / 被邀请人昵称(实时聚合自 AdminUser)", example = "超级管理员") |
| | | private String userNickname; |
| | | |
| | | @Schema(description = "申请人 / 被邀请人头像(实时聚合自 AdminUser)") |
| | |
| | | @Schema(description = "邀请人头像(实时聚合自 AdminUser)") |
| | | private String inviterAvatar; |
| | | |
| | | @Schema(description = "群名称(实时聚合自 ImGroup)", example = "芋道技术交流群") |
| | | @Schema(description = "群名称(实时聚合自 ImGroup)", example = "超级管理员技术交流群") |
| | | private String groupName; |
| | | |
| | | @Schema(description = "群头像(实时聚合自 ImGroup)") |