user.go 111 B

123456
  1. package model
  2. type User struct {
  3. Phone string `gorm:"column:phone"`
  4. Openid string `gorm:"column:openid"`
  5. }