feat(app): update
This commit is contained in:
9
pkg/dto/TopUsersDTO.go
Normal file
9
pkg/dto/TopUsersDTO.go
Normal file
@ -0,0 +1,9 @@
|
||||
package dto
|
||||
|
||||
// 首页榜单对象
|
||||
// TopType consume=贡献榜 charm=魅力榜
|
||||
type TopUsersDTO struct {
|
||||
TopType string
|
||||
TopUserList []ChatroomListUserDTO
|
||||
IconUrl string
|
||||
}
|
||||
Reference in New Issue
Block a user