补充遗漏的json type
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
// Add menu authority info structure
|
||||
type AddMenuAuthorityInfo struct {
|
||||
Menus []system.SysBaseMenu
|
||||
AuthorityId string // 角色ID
|
||||
Menus []system.SysBaseMenu `json:"menus"`
|
||||
AuthorityId string `json:"authorityId"` // 角色ID
|
||||
}
|
||||
|
||||
func DefaultMenu() []system.SysBaseMenu {
|
||||
|
Reference in New Issue
Block a user