aa
This commit is contained in:
@@ -102,7 +102,6 @@ type Menu struct {
|
|||||||
Level int `json:"level"` //级别
|
Level int `json:"level"` //级别
|
||||||
ParentID int `orm:"column(parent_id)" json:"parentID"` //父功能ID
|
ParentID int `orm:"column(parent_id)" json:"parentID"` //父功能ID
|
||||||
Color string `json:"color"` //颜色
|
Color string `json:"color"` //颜色
|
||||||
Content string `orm:"type(text)" json:"content"` //菜单内容
|
|
||||||
MenuType string `json:"menuType"` //如果值为api,则是api接口菜单
|
MenuType string `json:"menuType"` //如果值为api,则是api接口菜单
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user