add
wangpengfei
2023-07-14 5f00d720ea52ababeb10954da4d33ab6c46e93b7
1
2
3
4
5
6
7
8
9
10
package request
 
type AddAuthority struct {
    AuthorityName string `json:"authorityName"`
}
 
type SetAuthorityMenu struct {
    AuthorityId uint   `json:"authorityId"`
    Menus       []uint `json:"menus"`
}