This commit is contained in:
苏尹岚
2021-03-18 14:33:35 +08:00
parent e1fced0a71
commit ab9d270aa9

View File

@@ -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 {