feat(app): update
This commit is contained in:
13
pkg/dto/VisitUserDTO.go
Normal file
13
pkg/dto/VisitUserDTO.go
Normal file
@ -0,0 +1,13 @@
|
||||
package dto
|
||||
|
||||
type VisitUserDTO struct {
|
||||
UserId string
|
||||
NickName string
|
||||
Avatar string
|
||||
Gender string
|
||||
BirthDay string
|
||||
Brief string
|
||||
VipConfig UserVipConfigDTO
|
||||
IsNew string `json:"IsNew,omitempty"`
|
||||
VisitCount string `json:"VisitCount,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user