银豹平台增加处理问题

This commit is contained in:
苏尹岚
2020-03-20 11:09:07 +08:00
parent 9a4388051a
commit 61c60d07f3
2 changed files with 5 additions and 0 deletions

View File

@@ -420,6 +420,9 @@ type StoreMap struct {
JdStoreLevel string `orm:"size(32)" json:"jdStoreLevel"` //京东门店等级
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"`
}
func (*StoreMap) TableUnique() [][]string {