diff --git a/business/model/user.go b/business/model/user.go index c3424e165..77da476ac 100644 --- a/business/model/user.go +++ b/business/model/user.go @@ -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接口菜单 }