package
Version:
v0.0.0-...-876d066
Opens a new window with list of versions in this module.
Published: Sep 22, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Code generated by COMMENTS_BUILD_TOOLS 2.0.73. DO NOT EDIT.
type User struct {
Id int64 `gorm:"column:id;primary_key" json:"id"`
AddTime time.Time `gorm:"column:add_time" json:"add_time"`
UpdateTime time.Time `gorm:"column:update_time" json:"update_time"`
Name string `gorm:"column:name" json:"name"`
Birthday string `gorm:"column:birthday" json:"birthday"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.