models

package
v1.8.7 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SysAdminUsers added in v1.7.3

type SysAdminUsers struct {
	Id        int            `gorm:"column:id;primaryKey;autoIncrement;" uri:"id" json:"id" form:"id" comment:"标识"` //标识
	Username  string         `gorm:"column:username" json:"username" form:"username" comment:"用户名"`                 //用户名
	Password  string         `gorm:"column:password" json:"-" form:"password" comment:"密码"`                         //密码
	NickName  string         `gorm:"column:nick_name" json:"nick_name" form:"nick_name" comment:"昵称"`               //昵称
	Phone     string         `gorm:"column:phone" json:"phone" form:"phone" comment:"手机"`                           //手机
	Email     string         `gorm:"column:email" json:"email" form:"email" comment:"电子邮件"`                         //电子邮件
	Status    int            `gorm:"column:status" json:"status" form:"status" comment:"状态:0=禁用;1=启用"`              //状态:1=成功;2=失败
	CreatedAt time.Time      `gorm:"column:created_at" json:"created_at" form:"created_at" comment:"创建时间"`          //创建时间
	UpdatedAt time.Time      `gorm:"column:updated_at" json:"updated_at" form:"updated_at" comment:"修改时间"`          //修改时间
	DeletedAt gorm.DeletedAt `gorm:"column:deleted_at" json:"-" form:"deleted_at" comment:"删除时间"`                   //删除时间
}

func (SysAdminUsers) TableName added in v1.7.3

func (SysAdminUsers) TableName() string

Jump to

Keyboard shortcuts

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