entity

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2025 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 SysUser

type SysUser struct {
	Id        int         `json:"id"        orm:"id"         description:""`
	Username  string      `json:"username"  orm:"username"   description:""`
	Password  string      `json:"password"  orm:"password"   description:""`
	Nickname  string      `json:"nickname"  orm:"nickname"   description:""`
	Sex       int         `json:"sex"       orm:"sex"        description:""`
	Status    int         `json:"status"    orm:"status"     description:""`
	CreatedAt *gtime.Time `json:"createdAt" orm:"created_at" description:""`
	UpdatedAt *gtime.Time `json:"updatedAt" orm:"updated_at" description:""`
}

SysUser is the golang structure for table sys_user.

Jump to

Keyboard shortcuts

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