public static class SetEmployeePreResigned.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
SetEmployeePreResigned |
build() |
SetEmployeePreResigned.Builder |
employeeId(String employeeId)
员工ID
示例值:eehsdna
|
SetEmployeePreResigned.Builder |
resignDate(String resignDate)
离职日期
示例值:2024-06-21
|
SetEmployeePreResigned.Builder |
resignReason(SetEmployeePreResignedResignReasonEnum resignReason)
离职原因
示例值:
|
SetEmployeePreResigned.Builder |
resignReason(String resignReason)
离职原因
示例值:
|
SetEmployeePreResigned.Builder |
resignRemark(String resignRemark)
离职备注
示例值:留学深造
|
SetEmployeePreResigned.Builder |
resignType(SetEmployeePreResignedResignTypeEnum resignType)
离职类型
示例值:
|
SetEmployeePreResigned.Builder |
resignType(String resignType)
离职类型
示例值:
|
public SetEmployeePreResigned.Builder employeeId(String employeeId)
示例值:eehsdna
employeeId - public SetEmployeePreResigned.Builder resignDate(String resignDate)
示例值:2024-06-21
resignDate - public SetEmployeePreResigned.Builder resignReason(String resignReason)
示例值:
resignReason - public SetEmployeePreResigned.Builder resignReason(SetEmployeePreResignedResignReasonEnum resignReason)
示例值:
resignReason - SetEmployeePreResignedResignReasonEnumpublic SetEmployeePreResigned.Builder resignType(String resignType)
示例值:
resignType - public SetEmployeePreResigned.Builder resignType(SetEmployeePreResignedResignTypeEnum resignType)
示例值:
resignType - SetEmployeePreResignedResignTypeEnumpublic SetEmployeePreResigned.Builder resignRemark(String resignRemark)
示例值:留学深造
resignRemark - public SetEmployeePreResigned build()
Copyright © 2026. All rights reserved.