entity

package
v0.0.0-...-2486f02 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2024 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 ProductEntity

type ProductEntity struct {
	ProductId   int64
	Name        string
	Pic         string
	Description string
	Property    *PropertyEntity
	Price       int64
	Stock       int64
	Status      int64
}

func (*ProductEntity) Clone

func (entity *ProductEntity) Clone() (*ProductEntity, error)

type PropertyEntity

type PropertyEntity struct {
	ISBN     string
	SpuName  string
	SpuPrice int64
}

Jump to

Keyboard shortcuts

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