internal

package
v0.0.0-...-c6615d0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2021 License: MIT Imports: 1 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       uint        `orm:"id,primary" json:"id"`        // 用户ID
	Passport string      `orm:"passport"   json:"passport"`  // 用户账号
	Password string      `orm:"password"   json:"password"`  // 用户密码
	Nickname string      `orm:"nickname"   json:"nickname"`  // 用户昵称
	CreateAt *gtime.Time `orm:"create_at"  json:"create_at"` // 创建时间
	UpdateAt *gtime.Time `orm:"update_at"  json:"update_at"` // 更新时间
}

User is the golang structure for table user.

Jump to

Keyboard shortcuts

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