sys_role_menu.go 476 B

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