model

package
v0.0.0-...-b91a56b Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2023 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 Cart

type Cart struct {
	Id        int64 `gorm:"primary_key;not_null;auto_increment" json:"id"`
	ProductId int64 `gorm:"not_null" json:"product_id"`
	Num       int64 `gorm:"not_null" json:"num"`
	SizeId    int64 `gorm:"not_null" json:"size_id"`
	UserId    int64 `gorm:"not_null" json:"user_id"`
}

Jump to

Keyboard shortcuts

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