Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOrderDB ¶
func NewOrderDB(client *gorm.DB) repository.OrderDB
Types ¶
type Order ¶
type OrderGoods ¶
type OrderGoods struct { OrderID int64 MerchantID int64 GoodsID int64 GoodsVersion int GoodsName string GoodsHeadDrawing string StyleID int8 StyleName string StyleHeadDrawing string OriginCast float64 SaleCast float64 PurchaseQuantity int64 PaymentAmount float64 FreightAmount float64 SettlementAmount float64 DiscountAmount float64 SingleCast float64 CouponID int64 }
func (OrderGoods) TableName ¶
func (OrderGoods) TableName() string
Click to show internal directories.
Click to hide internal directories.