This commit is contained in:
suyl
2021-07-12 16:30:10 +08:00
parent 5e493288f0
commit 335d981dee

View File

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