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 ¶
Click to show internal directories.
Click to hide internal directories.