model

package
v0.0.0-...-e809d31 Latest Latest
Warning

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

Go to latest
Published: May 17, 2023 License: GPL-3.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 Order

type Order struct {
	Id         int64     `gorm:"primaryKey"`
	UserId     int64     `gorm:"index;not null;column:user_id"`
	ProductId  int64     `gorm:"column:product_id"`
	ProductNum int64     `gorm:"column:product_num"`
	Amount     int64     `gorm:"not null"`
	ExpTime    int64     `gorm:"column:exp_time;not null"`
	Status     int8      `gorm:"not null"`
	CreateTime time.Time `gorm:"column:create_time;autoCreateTime"`
	UpdateTime time.Time `gorm:"colum:update_time;autoCreateTime"`
}

Jump to

Keyboard shortcuts

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