mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 03:03:43 +08:00
feat: support custom menu
This commit is contained in:
11
api/store/vo/menu.go
Normal file
11
api/store/vo/menu.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package vo
|
||||
|
||||
// Menu 系统菜单
|
||||
type Menu struct {
|
||||
Id uint `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Icon string `json:"icon"`
|
||||
URL string `json:"url"`
|
||||
SortNum int `json:"sort_num"`
|
||||
Enabled bool `json:"enabled"`
|
||||
}
|
||||
Reference in New Issue
Block a user