mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 11:13:44 +08:00
发布v2.15.1版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -6,6 +6,6 @@ package entity
|
||||
|
||||
// AdminRoleMenu is the golang structure for table admin_role_menu.
|
||||
type AdminRoleMenu struct {
|
||||
RoleId int64 `json:"roleId" description:"角色ID"`
|
||||
MenuId int64 `json:"menuId" description:"菜单ID"`
|
||||
RoleId int64 `json:"roleId" orm:"role_id" description:"角色ID"`
|
||||
MenuId int64 `json:"menuId" orm:"menu_id" description:"菜单ID"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user