usercentervo

package
v0.0.0-...-6a40476 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MemberUser = 1
)

Functions

This section is empty.

Types

type GetMemberSimpleInfoReq

type GetMemberSimpleInfoReq struct {
	// 组织id
	OrgId int64 `json:"orgId"`
	// 类型(1成员2部门3角色)
	Type int `json:"type"`
}

type GetMemberSimpleInfoResp

type GetMemberSimpleInfoResp struct {
	vo.Err
	Data MemberInfo `json:"data"`
}

type MemberInfo

type MemberInfo struct {
	Data []SimpleInfo `json:"data"`
}

type SimpleInfo

type SimpleInfo struct {
	Id       int64  `json:"id"`
	Name     string `json:"name"`
	Avatar   string `json:"avatar"`
	Status   int    `json:"status"`
	ParentId int64  `json:"parentId"` //父部门id
}

Jump to

Keyboard shortcuts

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