caidan color

This commit is contained in:
苏尹岚
2020-09-28 17:28:39 +08:00
parent b9c4a71fde
commit a5a236bf24
2 changed files with 83 additions and 0 deletions

View File

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