package model type User struct { Phone string `gorm:"column:phone"` Openid string `gorm:"column:openid"` }