employee

package
v0.7.50 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Employee = employee{
	State: State,
	Sex:   Sex,
}
View Source
var Sex = sex{
	In:  enum.New[SexEnum](0, "女"),
	Out: enum.New[SexEnum](1, "男"),
}
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 SexEnum added in v0.4.3

type SexEnum enum.IEnumCode[int]

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