aa
This commit is contained in:
@@ -264,6 +264,7 @@ type Menu struct {
|
|||||||
Level int `json:"level"` //级别
|
Level int `json:"level"` //级别
|
||||||
ParentID int `orm:"column(parent_id)" json:"parentID"` //父功能ID
|
ParentID int `orm:"column(parent_id)" json:"parentID"` //父功能ID
|
||||||
Color string `json:"color"` //颜色
|
Color string `json:"color"` //颜色
|
||||||
|
Type int `json:"type"` //0为功能菜单,1为权限菜单
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*Menu) TableUnique() [][]string {
|
func (*Menu) TableUnique() [][]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user