1\
This commit is contained in:
11
common/models/menu.go
Normal file
11
common/models/menu.go
Normal file
@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
// Menu 菜单中的类型枚举值
|
||||
const (
|
||||
// Directory 目录
|
||||
Directory string = "M"
|
||||
// Menu 菜单
|
||||
Menu string = "C"
|
||||
// Button 按钮
|
||||
Button string = "F"
|
||||
)
|
||||
Reference in New Issue
Block a user