package
Version:
v0.0.0-...-f786059
Opens a new window with list of versions in this module.
Published: Jan 14, 2025
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
¶
type User struct {
gorm.Model
Name string `json:"name" column:"name"`
Gender int64 `json:"gender" column:"gender"`
Age int64 `json:"age" column:"age"`
Introduce string `json:"introduce" column:"introduce"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.