feat(app): update
This commit is contained in:
14
pkg/dto/dataDTO.go
Normal file
14
pkg/dto/dataDTO.go
Normal file
@ -0,0 +1,14 @@
|
||||
package dto
|
||||
|
||||
type MatchUserDTO struct {
|
||||
UserId string
|
||||
NickName string
|
||||
Avatar string
|
||||
Gender string
|
||||
BirthDay string
|
||||
SkillName string
|
||||
SkillMode string
|
||||
SkillLevel string
|
||||
BriefDesc string
|
||||
VipConfig UserVipConfigDTO `gorm:"-"`
|
||||
}
|
||||
Reference in New Issue
Block a user