model

package
v0.0.0-...-dee2217 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL