domain

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusOffShelf = iota // 下架
	StatusOnShelf         // 上架
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Product

type Product struct {
	SPU SPU
	SKU SKU
}

type SKU

type SKU struct {
	ID   int64
	SN   string
	Name string
	Desc string

	Price      int64
	Stock      int64
	StockLimit int64

	SaleType int64
	// SaleStart int64
	// SaleEnd   int64
	Status int64
}

type SPU

type SPU struct {
	ID     int64
	SN     string
	Name   string
	Desc   string
	Status int64
}

Jump to

Keyboard shortcuts

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