wangpengfei
2023-07-14 0231771f8c859879fe992168a1503d22b9633a37
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"`
}