JM-WechatMini/model/system/request/sys_authority_btn.go

8 lines
167 B
Go
Raw Permalink Normal View History

2023-11-02 04:34:46 +08:00
package request
type SysAuthorityBtnReq struct {
MenuID uint `json:"menuID"`
AuthorityId uint `json:"authorityId"`
Selected []uint `json:"selected"`
}