diff --git a/business/model/api.go b/business/model/api.go index 2a3a3a112..1ece56e78 100644 --- a/business/model/api.go +++ b/business/model/api.go @@ -87,7 +87,7 @@ type OrderSkuExt struct { Upc string `json:"upc"` // Price int64 `json:"price"` // 商品库价格 LocationCode2 string `orm:"column(locationCode2)" json:"locationCode2"` // 本地商品货架码 - LocationCode string `orm:"column(locationCode)" json:"locationCode"` // 本地商品货架码 + LocationCode string `orm:"column(locationCode)" json:"location_code"` // 本地商品货架码 SkuStock int64 `orm:"column(skuStock)" json:"skuStock"` // 商品库存 // RealEarningPrice int64 `json:"realEarningPrice"` // 实际单品结算给门店老板钱