vo

package
v0.0.0-...-2381096 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminUserInfoVo

type AdminUserInfoVo struct {
	*model.AdminUser
	GenderName string      `json:"gender_name"` // 性别
	RoleList   interface{} `json:"role_list"`   // 角色列表
	RoleIds    []int       `json:"role_ids"`    // 角色ID
}

AdminUserInfoVo 用户信息Vo

type MenuTreeNode struct {
	*model.AdminMenu
	Children []*MenuTreeNode `json:"children"` // 子菜单
}

MenuTreeNode 菜单Vo

type RoleMenuInfo

type RoleMenuInfo struct {
	Id      int    `json:"id"`
	Name    string `json:"name"`
	Pid     int    `json:"pId"`
	Checked bool   `json:"checked"`
	Open    bool   `json:"open"`
}

RoleMenuInfo 角色权限菜单列表

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL