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) GetUserAll ¶
func (u *User) GetUserAll() vo.ResultList
func (*User) UpdateImage ¶
func (*User) UpdatePass ¶
func (*User) UpdateProfile ¶
Click to show internal directories.
Click to hide internal directories.