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 Pay

type Pay struct {
	PayID      int64     `gorm:"primaKey"`
	UserID     int64     `gorm:"index;not null;column:user_id"`
	OrderID    int64     `gorm:"column:order_id"`
	Amount     int64     `gorm:"column:amount"`
	Status     int8      `gorm:"column:status"`
	Url        string    `gorm:"type:varchar(1024);column:url"`
	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