caidan color
This commit is contained in:
@@ -254,6 +254,7 @@ type Menu struct {
|
||||
ImgURL string `orm:"column(img_url)" json:"imgURL"` //图标
|
||||
Level int `json:"level"` //级别
|
||||
ParentID int `orm:"column(parent_id)" json:"parentID"` //父功能ID
|
||||
Color string `json:"color"` //颜色
|
||||
}
|
||||
|
||||
func (*Menu) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user