position

package
v0.0.0-...-1b41cfb Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PositionSerializer

type PositionSerializer struct {
	model.BaseModel
	ParentID int                 `json:"parent_id"` // 上级ID
	OfficeID int                 `json:"office_id"` // 组织ID
	Name     string              `json:"name"`      // 职位名称
	Code     string              `json:"code"`      //职位编码
	Children []gogo.ForkTreeNode `json:"children"`
}

func (*PositionSerializer) Following

func (receiver *PositionSerializer) Following(v []gogo.ForkTreeNode)

func (*PositionSerializer) GetID

func (receiver *PositionSerializer) GetID() int

func (*PositionSerializer) GetPID

func (receiver *PositionSerializer) GetPID() int

Jump to

Keyboard shortcuts

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