aa
This commit is contained in:
@@ -58,6 +58,7 @@ type User struct {
|
|||||||
LastLoginIP string `orm:"size(64);column(last_login_ip)" json:"lastLoginIP"`
|
LastLoginIP string `orm:"size(64);column(last_login_ip)" json:"lastLoginIP"`
|
||||||
LastLoginType string `orm:"size(16)" json:"lastLoginType"`
|
LastLoginType string `orm:"size(16)" json:"lastLoginType"`
|
||||||
LastBrandID int `orm:"column(last_brand_id)" json:"lastBrandID"`
|
LastBrandID int `orm:"column(last_brand_id)" json:"lastBrandID"`
|
||||||
|
LastStoreID int `orm:"column(last_store_id)" json:"lastStoreID"` //上次浏览过的店铺
|
||||||
|
|
||||||
ParentMobile string `orm:"size(32)" json:"parentMobile"`
|
ParentMobile string `orm:"size(32)" json:"parentMobile"`
|
||||||
DividePercentage int `json:"dividePercentage"`
|
DividePercentage int `json:"dividePercentage"`
|
||||||
|
|||||||
Reference in New Issue
Block a user