Add get user list controller

This commit is contained in:
2023-11-01 18:26:49 +08:00
parent a94bf94bc7
commit e5c71c8a51
18 changed files with 237 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ data class UserInfoVo(
val userId: Long?,
@Schema(description = "昵称", example = "User")
val nickName: String?,
val nickname: String?,
@Schema(description = "头像")
val avatar: String?,