Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAuthorityId ¶
type GetAuthorityId struct {
AuthorityId uint `json:"authorityId" form:"authorityId"` // 角色ID
}
GetAuthorityId Get role by id structure
type GetById ¶
type GetById struct {
ID int `json:"id" form:"id"` // 主键ID
}
GetById Find by id structure
Click to show internal directories.
Click to hide internal directories.