| 12345678910111213 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. DO NOT EDIT THIS FILE MANUALLY.
- // ==========================================================================
- package internal
- // SysRoleMenu is the golang structure for table sys_role_menu.
- type SysRoleMenu struct {
- RoleId int `orm:"role_id,primary" json:"roleId"` // 角色ID
- MenuId int `orm:"menu_id,primary" json:"menuId"` // 菜单ID
- }
|