go-wxhelper/model/param/role/select.go

9 lines
208 B
Go
Raw Permalink Normal View History

package role
// GetAll
// @description: 获取所有角色
type GetAll struct {
Keyword string `json:"keyword" form:"keyword"` // 关键词
Code string `json:"code" form:"code"` // 角色代码
}