user_service

package
v0.0.0-...-8170b65 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 5 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       int64
	Username string

	DeptId  int64
	Enabled int

	PageNum  int
	PageSize int

	M *models.SysUser

	Ids []int64

	UserPost userDto.UserPost
	UserPass userDto.UserPass

	ImageUrl string
}

func (*User) Del

func (u *User) Del() error

func (*User) GetUserAll

func (u *User) GetUserAll() vo.ResultList

func (*User) GetUserOneByName

func (u *User) GetUserOneByName() (*models.SysUser, error)

func (*User) Insert

func (u *User) Insert() error

func (*User) Save

func (u *User) Save() error

func (*User) UpdateImage

func (u *User) UpdateImage() error

func (*User) UpdatePass

func (u *User) UpdatePass() error

func (*User) UpdateProfile

func (u *User) UpdateProfile() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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