From 64fb854ab733becc776e0887244d9fea6eaabd6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 6 Jan 2021 09:57:32 +0800 Subject: [PATCH] aa --- business/model/user.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/user.go b/business/model/user.go index 0a6dc1add..2bafd6e86 100644 --- a/business/model/user.go +++ b/business/model/user.go @@ -58,6 +58,7 @@ type User struct { LastLoginIP string `orm:"size(64);column(last_login_ip)" json:"lastLoginIP"` LastLoginType string `orm:"size(16)" json:"lastLoginType"` 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"` DividePercentage int `json:"dividePercentage"`