// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity import ( "github.com/gogf/gf/v2/os/gtime" ) // AdminRoleMenu is the golang structure for table admin_role_menu. type AdminRoleMenu struct { Id uint64 `json:"id" orm:"id" description:""` // RoleId uint64 `json:"roleId" orm:"role_id" description:""` // MenuId uint64 `json:"menuId" orm:"menu_id" description:""` // CreatedAt *gtime.Time `json:"createdAt" orm:"created_at" description:""` // UpdatedAt *gtime.Time `json:"updatedAt" orm:"updated_at" description:""` // DeletedAt *gtime.Time `json:"deletedAt" orm:"deleted_at" description:""` // }