From e5467de15e847a0f83df544c19ac47b3c98664b8 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 4 Aug 2021 17:12:18 +0800 Subject: [PATCH] aa --- business/model/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/order.go b/business/model/order.go index 26f5cfb0c..fc3392cf7 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -201,6 +201,7 @@ type OrderSku struct { PromotionType int `json:"promotionType"` // todo 当前是用于记录京东的PromotionType(生成jxorder用),没有做转换 OrderCreatedAt time.Time `orm:"type(datetime);index" json:"-"` // 分区考虑 IsVendorAct int `json:"isVendorAct"` + Upc string `json:"upc"` //upc码 } // 同样商品在一个订单中可能重复出现(比如搞活动时,相同商品价格不一样,第一个有优惠)