diff --git a/wholesale/order.go b/wholesale/order.go index 74fe0e7..7bee8a3 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -185,11 +185,12 @@ type ReplyOrderInfo struct { } type OrderSkuItem struct { - Img string - Name string - SkuId uint - Price decimal.Decimal - Quantity uint + Img string + Name string + SkuId uint + Price decimal.Decimal + Quantity uint + PackageRate uint } // Info @Title 订单列表