model

package
v0.0.0-...-04224c6 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: GPL-3.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 Cart

type Cart struct {
	ID        uint64 `gorm:"primary_key; not_null; auto_increment" json:"id"`
	ProductID uint64 `gorm:"not_null" json:"product_id"`
	Num       uint64 `gorm:"not_null" json:"num"`
	SizeId    uint64 `gorm:"not_null" json:"size_id"`
	UserId    uint64 `gorm:"not_null" json:"user_id"`
}

Jump to

Keyboard shortcuts

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