employee

package
v0.0.0-...-85301ac Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2021 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")
)

Variables

This section is empty.

Functions

This section is empty.

Types

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