Documentation ¶
Index ¶
Constants ¶
View Source
const ( //热销 GoodsHotTag = "HOT" //新品 GoodsNewTag = "NEW" GoodsNoneTag = "NONE" )
View Source
const ( OrderStatusPAID = "PAID" OrderStatusNonPayment = "NON_PAYMENT" OrderStatusShipment = "SHIPMENT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Order ¶
订单实体
func (*Order) AddOrderDetal ¶
func (o *Order) AddOrderDetal(detal *object.OrderDetail)
AddOrderDetal 增加订单详情
Click to show internal directories.
Click to hide internal directories.