bygdata/model/system/request/sys_authority_btn.go
liuzhiwang e57ec346ea add
2026-02-02 17:57:11 +08:00

8 lines
167 B
Go

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