package dto type GetAuthorityButtonsRequest struct { MenuID uint `json:"menuID"` AuthorityID uint `json:"authorityId"` Selected []uint `json:"selected"` } type SetAuthorityButtonsRequest struct { MenuID uint `json:"menuID"` AuthorityID uint `json:"authorityId"` Selected []uint `json:"selected"` }