This commit is contained in:
苏尹岚
2021-04-13 18:13:05 +08:00
parent b074de535b
commit 5efc05444f
3 changed files with 22 additions and 3 deletions

View File

@@ -459,6 +459,8 @@ type StoreMap struct {
MtwmToken string `orm:"size(255)" json:"mtwmToken"` //美团外卖商超token有效期30天每20天刷一次
MtwmRefreshToken string `orm:"size(255)" json:"mtwmRefreshToken"` //美团外卖商超refreshToken
EbaiSupplierID string `orm:"column(ebai_supplier_id)" json:"ebaiSupplierID"` //饿百供应商ID
BussinessStatus int `orm:"-" json:"bussinessStatus"`
}
func (*StoreMap) TableUnique() [][]string {