employee

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Employee = employee{
	State: State,
}
View Source
var State = state{
	Canceled:  enum.New[StateEnum](-2, "已注销"),
	Quit:      enum.New[StateEnum](-1, "已离职"),
	WaitAudit: enum.New[StateEnum](0, "待认证"),
	Normal:    enum.New[StateEnum](1, "已入职"),
}

Functions

This section is empty.

Types

type StateEnum

type StateEnum enum.IEnumCode[int]

Jump to

Keyboard shortcuts

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