package
Version:
v0.0.0-...-e809d31
Opens a new window with list of versions in this module.
Published: May 17, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.