mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
feat(Employee): add empType and empTypeName fields to Employee DTOs and entity
This commit is contained in:
@@ -134,6 +134,8 @@ public class CreateEmployeeDto extends OrgCommonDto {
|
||||
@Comment("员工状态")
|
||||
private String empStatus;
|
||||
|
||||
@Comment("员工类型")
|
||||
private String empType;
|
||||
|
||||
|
||||
@Comment("身份证签发机关")
|
||||
|
||||
@@ -140,6 +140,9 @@ public class UpdateEmployeeDto extends OrgCommonDto {
|
||||
@Comment("员工状态")
|
||||
private String empStatus;
|
||||
|
||||
@Comment("员工类型")
|
||||
private String empType;
|
||||
|
||||
|
||||
@Comment("身份证签发机关")
|
||||
private String issueAuthority;
|
||||
|
||||
Reference in New Issue
Block a user