2022-02-22 00:26:21 +08:00
|
|
|
package system
|
|
|
|
|
|
|
|
type SysAuthorityBtn struct {
|
2022-02-28 11:54:10 +08:00
|
|
|
AuthorityId string `gorm:"comment:角色ID"`
|
|
|
|
SysMenuID uint `gorm:"comment:菜单ID"`
|
|
|
|
SysBaseMenuBtnID uint `gorm:"comment:菜单按钮ID"`
|
|
|
|
SysBaseMenuBtn SysBaseMenuBtn ` gorm:"comment:按钮详情"`
|
2022-02-22 00:26:21 +08:00
|
|
|
}
|