package
Version:
v0.0.0-...-533102b
Opens a new window with list of versions in this module.
Published: Nov 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetAuthorityId struct {
AuthorityId uint `json:"authorityId" form:"authorityId"`
}
GetAuthorityId Get role by id structure
type GetById struct {
ID int `json:"id" form:"id"`
}
GetById Find by id structure
type IdsReq struct {
Ids []int `json:"ids" form:"ids"`
}
type PageInfo struct {
Page int `json:"page" form:"page"`
PageSize int `json:"pageSize" form:"pageSize"`
Keyword string `json:"keyword" form:"keyword"`
}
PageInfo Paging common input parameter structure
Source Files
¶
Click to show internal directories.
Click to hide internal directories.