sys

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 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 SysUserModel

type SysUserModel struct {
	common.BaseModel
	Domain   string `gorm:"column:domain;type:varchar(100);unique;not null" json:"domain"`
	Username string `gorm:"column:username;type:varchar(100);unique;not null" json:"username"`
	Password string `gorm:"column:password;type:varchar(100);not null" json:"password"`
	Salt     string `gorm:"column:salt;type:varchar(100);not null" json:"salt"`
	Phone    string `gorm:"column:phone;type:varchar(100);not null" json:"phone"`
}

func (*SysUserModel) TableName

func (m *SysUserModel) TableName() string

Jump to

Keyboard shortcuts

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