schema

package
v2.0.0-rc04 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 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       int64     `json:"id"`       // -
	Username string    `json:"username"` // 用户名
	Pwd      string    `json:"pwd"`      // 密码
	Salt     string    `json:"salt"`     // 密码盐
	Email    string    `json:"email"`    // 邮箱
	Nickname string    `json:"nickname"` // 昵称
	Avatar   string    `json:"avatar"`   // 头像
	Phone    string    `json:"phone"`    // 手机号
	Status   string    `json:"status"`   // 用户状态
	Remark   string    `json:"remark"`   // 备注
	Utime    time.Time `json:"utime"`    // 更新时间
	Ctime    time.Time `json:"ctime"`    // 创建时间
}

SysUser 用户信息表

func (*SysUser) GetID

func (m *SysUser) GetID() any

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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