Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Order ¶
type Order struct { Id int64 Status int8 Uid int64 TotalAmountOfGoods float64 TotalAmountOfFreight float64 TotalAmountOfDiscount float64 PaymentAmount float64 PaymentStatus string PaymentAt int64 PaymentStyle string OrderedAt int64 DeletedAt int64 DeliveryAt int64 AddressID int64 AddressInfo string }
type OrderGoods ¶
type OrderGoods struct { MerchantID int64 GoodsID int64 GoodsName string GoodsHeadDrawing string StyleID int64 StyleName string StyleHeadDrawing string OriginCast float64 SaleCast float64 PurchaseQuantity int64 PaymentAmount float64 FreightAmount float64 SettlementAmount float64 DiscountAmount float64 SingleCast float64 CouponID int64 }
Click to show internal directories.
Click to hide internal directories.