package
Version:
v0.0.0-...-fff97c9
Opens a new window with list of versions in this module.
Published: Dec 2, 2023
License: MIT
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 User struct {
ID int64 `gorm:"column:id"`
Openid string `gorm:"column:openid"`
CreateTime int64 `gorm:"column:create_time;autoCreateTime"`
UpdateTime int64 `gorm:"column:update_time;autoUpdateTime"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.