package
Version:
v0.0.0-...-35a45e1
Opens a new window with list of versions in this module.
Published: Oct 5, 2019
License: BSD-3-Clause
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 int `xorm:"not null pk autoincr comment('用户id') INT(11) id"`
Username string `xorm:"not null comment('用户名') VARCHAR(32) username"`
Nickname string `xorm:"comment('昵称') VARCHAR(32) nickname"`
Age int `xorm:"not null comment('年龄') INT(11) age"`
}
User 用户
Source Files
¶
Click to show internal directories.
Click to hide internal directories.