We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057ad2e commit 0be88bbCopy full SHA for 0be88bb
server/model/system/sys_base_menu.go
@@ -13,7 +13,7 @@ type SysBaseMenu struct {
13
Hidden bool `json:"hidden" gorm:"comment:是否在列表隐藏"` // 是否在列表隐藏
14
Component string `json:"component" gorm:"comment:对应前端文件路径"` // 对应前端文件路径
15
Sort int `json:"sort" gorm:"comment:排序标记"` // 排序标记
16
- Meta `json:"meta" gorm:"embedded;comment:附加属性"` // 附加属性
+ Meta `json:"meta" gorm:"embedded"` // 附加属性
17
SysAuthoritys []SysAuthority `json:"authoritys" gorm:"many2many:sys_authority_menus;"`
18
Children []SysBaseMenu `json:"children" gorm:"-"`
19
Parameters []SysBaseMenuParameter `json:"parameters"`
0 commit comments