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 9c3fc0d commit d9a5380Copy full SHA for d9a5380
server/model/system/sys_authority_btn.go
@@ -1,8 +1,8 @@
1
package system
2
3
type SysAuthorityBtn struct {
4
- AuthorityId string
5
- SysMenuID uint
6
- SysBaseMenuBtnID uint
7
- SysBaseMenuBtn SysBaseMenuBtn
+ AuthorityId string `gorm:"comment:角色ID"`
+ SysMenuID uint `gorm:"comment:菜单ID"`
+ SysBaseMenuBtnID uint `gorm:"comment:菜单按钮ID"`
+ SysBaseMenuBtn SysBaseMenuBtn ` gorm:"comment:按钮详情"`
8
}
0 commit comments