This commit is contained in:
苏尹岚
2021-02-04 17:17:57 +08:00
parent 10a1a1ba5c
commit 5b45811b8d
2 changed files with 4 additions and 2 deletions

View File

@@ -453,6 +453,8 @@ type StoreMap struct {
YbAppID string `orm:"column(yb_app_id);size(255)" json:"ybAppID"`
YbAppKey string `orm:"size(255)" json:"ybAppKey"`
YbStorePrefix string `orm:"size(255)" json:"ybStorePrefix"`
MtwmToken string `orm:"size(255)" json:"mtwmToken"` //美团外卖商超token有效期30天每20天刷一次
}
func (*StoreMap) TableUnique() [][]string {