|
@@ -66,6 +66,7 @@ type MenuList struct {
|
|
|
type ChildMenu struct {
|
|
|
MenuId int `description:"导航唯一标识"`
|
|
|
Name string `json:"name" description:"导航名称"`
|
|
|
+ NameEn string `json:"name_en" description:"导航名称(英文)"`
|
|
|
Path string `json:"path"`
|
|
|
Component string `json:"component"`
|
|
|
IconPath string `json:"icon_path"`
|