|
@@ -117,11 +117,13 @@ type SysRoleListResp struct {
|
|
|
type RoleMenu struct {
|
|
|
MenuId int `description:"导航唯一标识"`
|
|
|
Name string `description:"导航名称"`
|
|
|
+ NameEn string `description:"导航名称(英文)"`
|
|
|
}
|
|
|
|
|
|
type RoleMenuList struct {
|
|
|
MenuId int `description:"导航唯一标识"`
|
|
|
Name string `description:"导航名称"`
|
|
|
+ NameEn string `description:"导航名称(英文)"`
|
|
|
Child []*RoleMenu
|
|
|
CheckList []int
|
|
|
}
|