银豹创建商品测试

This commit is contained in:
苏尹岚
2020-03-20 16:49:11 +08:00
parent ea8610f604
commit e70cbc30a9

View File

@@ -421,7 +421,7 @@ type StoreMap struct {
IsOrder int `orm:"default(0)" json:"isOrder"` //是否是下预订单门店
YbAppID string `orm:"column(yb_app_id),size(255)" json:"ybAppID"`
YbAppID string `orm:"column(yb_app_id);size(255)" json:"ybAppID"`
YbAppKey string `orm:"size(255)" json:"ybAppKey"`
}