绑定银豹平台增加门店前缀

This commit is contained in:
苏尹岚
2020-03-26 10:32:58 +08:00
parent 391630d33b
commit 1bba3f71c3
2 changed files with 10 additions and 2 deletions

View File

@@ -423,8 +423,9 @@ type StoreMap struct {
IsOrder int `orm:"default(0)" json:"isOrder"` //是否是下预订单门店
YbAppID string `orm:"column(yb_app_id);size(255)" json:"ybAppID"`
YbAppKey string `orm:"size(255)" json:"ybAppKey"`
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"`
}
func (*StoreMap) TableUnique() [][]string {