model

package
v0.0.0-...-35a45e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2019 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

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 用户

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL