coupon

package
v0.0.0-...-50a54d8 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Coupon

type Coupon struct {
	Id         int64     `remark:"Id" gorm:"column:Id;type:bigint(20);primary_key"`
	Price      float64   `remark:"Price" gorm:"column:Price;type:decimal(18,4)"`
	CreateTime time.Time `remark:"CreateTime" gorm:"column:CreateTime;type:datetime(6)"`
	UpdateTime time.Time `remark:"UpdateTime" gorm:"column:UpdateTime;type:datetime(6)"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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