This commit is contained in:
苏尹岚
2020-11-17 11:59:02 +08:00
parent a4d0874eda
commit 2001383f0f
2 changed files with 21 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ type User struct {
LastLoginIP string `orm:"size(64);column(last_login_ip)" json:"lastLoginIP"`
LastLoginType string `orm:"size(16)" json:"lastLoginType"`
PopCode string `json:"popCode"` //推广码
PopUser string `json:"popUser"` //推广人
}
func (*User) TableUnique() [][]string {