✨ init project
This commit is contained in:
7
model/system/request/sys_authority_btn.go
Normal file
7
model/system/request/sys_authority_btn.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package request
|
||||
|
||||
type SysAuthorityBtnReq struct {
|
||||
MenuID uint `json:"menuID"`
|
||||
AuthorityId uint `json:"authorityId"`
|
||||
Selected []uint `json:"selected"`
|
||||
}
|
Reference in New Issue
Block a user