mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
tidy code
This commit is contained in:
parent
dbd3ed49ed
commit
2b60430c55
@ -137,7 +137,7 @@ type GroupRequest struct {
|
|||||||
type User struct {
|
type User struct {
|
||||||
UserID string `gorm:"column:user_id;primaryKey;"`
|
UserID string `gorm:"column:user_id;primaryKey;"`
|
||||||
Nickname string `gorm:"column:name"`
|
Nickname string `gorm:"column:name"`
|
||||||
FaceUrl string `gorm:"column:icon"`
|
FaceUrl string `gorm:"column:face_url"`
|
||||||
Gender int32 `gorm:"column:gender"`
|
Gender int32 `gorm:"column:gender"`
|
||||||
PhoneNumber string `gorm:"column:phone_number"`
|
PhoneNumber string `gorm:"column:phone_number"`
|
||||||
Birth string `gorm:"column:birth"`
|
Birth string `gorm:"column:birth"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user