vo

package
v0.0.0-...-8170b65 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cart

type Cart struct {
	Id                int64      `json:"id"`
	Uid               int64      `json:"uid"`
	Type              string     `json:"type"`
	ProductId         int64      `json:"productId"`
	ProductAttrUnique string     `json:"productAttrUnique"`
	CartNum           int        `json:"cartNum"`
	CombinationId     int64      `json:"combinationId"`
	SeckillId         int64      `json:"seckillId"`
	BargainId         int64      `json:"bargainId"`
	CostPrice         float64    `json:"costPrice"`
	ProductInfo       vo.Product `json:"productInfo"`
	TruePrice         float64    `json:"truePrice"`
	TrueStock         int        `json:"trueStock"`
	VipTruePrice      float64    `json:"vipTruePrice"`
	Unique            string     `json:"unique"`
	IsReply           int        `json:"isReply"`
}

Jump to

Keyboard shortcuts

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