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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Merchant

type Merchant struct {
	Id          int64  `gorm:"primarykey"`
	Alipay      int64  `gorm:"type:bigint;not null"`
	Name        string `gorm:"type:varchar(33);unique;not null"`
	Password    string `gorm:"type:varchar(33);not null"`
	Description string `gorm:"type:varchar(1024);not null"`
}

Jump to

Keyboard shortcuts

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