From ab9d270aa97b0529bd4bb58564dce317cc4ac494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 18 Mar 2021 14:33:35 +0800 Subject: [PATCH] aa --- business/model/user.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/user.go b/business/model/user.go index 62b71b07a..3abd5caf8 100644 --- a/business/model/user.go +++ b/business/model/user.go @@ -264,6 +264,7 @@ type Menu struct { Level int `json:"level"` //级别 ParentID int `orm:"column(parent_id)" json:"parentID"` //父功能ID Color string `json:"color"` //颜色 + Type int `json:"type"` //0为功能菜单,1为权限菜单 } func (*Menu) TableUnique() [][]string {