From 335d981deee7ea27998f30bc179f2bacc14ab96b Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 12 Jul 2021 16:30:10 +0800 Subject: [PATCH] aa --- business/model/user.go | 1 - 1 file changed, 1 deletion(-) 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接口菜单 }