mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: interface{} -> any
feat: 新增外链菜单
This commit is contained in:
@@ -7,7 +7,7 @@ type ResourceForm struct {
|
||||
Name string `binding:"required"`
|
||||
Type int `binding:"required,oneof=1 2"`
|
||||
Weight int
|
||||
Meta map[string]interface{}
|
||||
Meta map[string]any
|
||||
}
|
||||
|
||||
type MenuResourceMeta struct {
|
||||
|
||||
Reference in New Issue
Block a user