employee

package
v0.0.0-...-ced861c Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ProbationPeriod 试用期
	ProbationPeriod = Status("2")

	// Formal 正式
	Formal = Status("3")

	// ToBeResigned 待离职
	ToBeResigned = Status("5")

	// Unknown 无状态
	Unknown = Status("-1")
)
View Source
const (

	// UnknownMold 无类型
	UnknownMold = Mold("0")

	// FullTimeMold 全职
	FullTimeMold = Mold("1")

	// PartTimeMold 兼职
	PartTimeMold = Mold("2")

	// InternshipMold 实习
	InternshipMold = Mold("3")

	// LaborDispatchMold 劳务派遣
	LaborDispatchMold = Mold("4")

	// RescindedMold 退休返聘
	RescindedMold = Mold("5")

	// OutsourcingMold 劳务外包
	OutsourcingMold = Mold("6")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Mold

type Mold string

Mold 员工类型枚举值:

0:无类型

1:全职

2:兼职

3:实习

4:劳务派遣

5:退休返聘

6:劳务外包

type Status

type Status string

Status 在职员工子状态筛选,可以查询多个状态。不同状态之间使用英文逗号分隔。

2:试用期

3:正式

5:待离职

-1:无状态

Jump to

Keyboard shortcuts

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