Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageRequest ¶
type PageRequest struct { Current int `json:"current"` // 当前页号 PageSize int `json:"pageSize"` // 页的大小 SortField string `json:"sortField"` // 升序、降序 SortOrder string `json:"sortOrder"` // 排序字段 }
PageRequest 分页请求
type UserDelete ¶
type UserDelete struct {
Id int64 `json:"id"`
}
type UserRegister ¶
type UserRegister struct { Account string `json:"account"` Password string `json:"password"` CheckPassword string `json:"checkPassword"` }
UserRegister 用户注册结
Click to show internal directories.
Click to hide internal directories.