yudao-module-im/src/main/java/cn/iocoder/yudao/module/im/controller/admin/friend/vo/request/ImFriendRequestRespVO.java
@@ -8,7 +8,7 @@ /** * IM 好友申请 Response VO * * @author 芋道源码 * @author 超级管理员 */ @Schema(description = "管理后台 - IM 好友申请 Response VO") @Data @@ -46,7 +46,7 @@ // ========== 下面是聚合字段,方便前端显示 ========== @Schema(description = "发起方昵称(实时聚合自 AdminUser)", example = "芋道") @Schema(description = "发起方昵称(实时聚合自 AdminUser)", example = "超级管理员") private String fromNickname; @Schema(description = "发起方头像(实时聚合自 AdminUser)")