entity

package
v0.0.0-...-69da953 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 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       int         `json:"id"       orm:"id"        description:""`
	Passport string      `json:"passport" orm:"passport"  description:""`
	Password string      `json:"password" orm:"password"  description:""`
	Nickname string      `json:"nickname" orm:"nickname"  description:""`
	CreateAt *gtime.Time `json:"createAt" orm:"create_at" description:""`
	UpdateAt *gtime.Time `json:"updateAt" orm:"update_at" description:""`
	DeleteAt *gtime.Time `json:"deleteAt" orm:"delete_at" description:""`
}

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