tidy code

This commit is contained in:
wenxu12345
2021-12-28 20:03:20 +08:00
parent 5c509ee85a
commit f4c3c86dd1
5 changed files with 139 additions and 138 deletions
@@ -140,7 +140,7 @@ type User struct {
FaceUrl string `gorm:"column:face_url"`
Gender int32 `gorm:"column:gender"`
PhoneNumber string `gorm:"column:phone_number"`
Birth string `gorm:"column:birth"`
Birth time.Time `gorm:"column:birth"`
Email string `gorm:"column:email"`
Ex string `gorm:"column:ex"`
CreateTime time.Time `gorm:"column:create_time"`