xiecheng_server/model/system/request/sys_authority_btn.go
2025-03-28 17:14:57 +08:00

8 lines
167 B
Go

package request
type SysAuthorityBtnReq struct {
MenuID uint `json:"menuID"`
AuthorityId uint `json:"authorityId"`
Selected []uint `json:"selected"`
}