Documentation ¶
Index ¶
Constants ¶
View Source
const ( //GoodsHotTag 热销 GoodsHotTag = "HOT" //GoodsNewTag 新品 GoodsNewTag = "NEW" //GoodsNoneTag 默认 GoodsNoneTag = "NONE" )
View Source
const ( //OrderStatusPAID 已支付 OrderStatusPAID = "PAID" //OrderStatusNonPayment 未支付 OrderStatusNonPayment = "NON_PAYMENT" //OrderStatusShipment 已发货 OrderStatusShipment = "SHIPMENT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Order ¶
Order 订单实体
func (*Order) AddOrderDetail ¶ added in v1.8.7
func (o *Order) AddOrderDetail(detail *po.OrderDetail)
AddOrderDetail 增加订单详情
Click to show internal directories.
Click to hide internal directories.