|
@@ -7,6 +7,7 @@ import lombok.EqualsAndHashCode;
|
|
|
import lombok.ToString;
|
|
|
|
|
|
import javax.validation.constraints.NotBlank;
|
|
|
+import java.time.LocalDate;
|
|
|
import java.time.LocalDateTime;
|
|
|
import java.util.List;
|
|
|
|
|
@@ -56,13 +57,6 @@ public class StaffRecordsDTO {
|
|
|
@Schema(description = "离职时间")
|
|
|
private LocalDateTime lzsj;
|
|
|
|
|
|
-
|
|
|
- @Schema(description = "是否已调档")
|
|
|
- private Integer sfytd;
|
|
|
-
|
|
|
- @Schema(description = "社保缴纳处")
|
|
|
- private String sbjnc;
|
|
|
-
|
|
|
@Schema(description = "性别")
|
|
|
private Integer sex;
|
|
|
|
|
@@ -75,35 +69,14 @@ public class StaffRecordsDTO {
|
|
|
@Schema(description = "身份证号码")
|
|
|
private String cardid;
|
|
|
|
|
|
- @Schema(description = "身体状况")
|
|
|
- private String stzk;
|
|
|
+
|
|
|
|
|
|
@Schema(description = "户口所在地")
|
|
|
private String hkszd;
|
|
|
|
|
|
- @Schema(description = "户口邮政编码")
|
|
|
- private String hkyzbm;
|
|
|
-
|
|
|
- @Schema(description = "现居住地址")
|
|
|
- private String xjzdz;
|
|
|
-
|
|
|
- @Schema(description = "现邮政编码")
|
|
|
- private String xyzbm;
|
|
|
-
|
|
|
@Schema(description = "婚姻状况")
|
|
|
private Integer hyzk;
|
|
|
|
|
|
- @Schema(description = "英语等级")
|
|
|
- private String yydj;
|
|
|
-
|
|
|
- @Schema(description = "技能证书")
|
|
|
- private String jnzs;
|
|
|
-
|
|
|
- @Schema(description = "籍贯")
|
|
|
- private String jg;
|
|
|
-
|
|
|
- @Schema(description = "邮政编码")
|
|
|
- private String yzbm;
|
|
|
|
|
|
@Schema(description = "手机")
|
|
|
private String mobilePhone;
|
|
@@ -123,8 +96,6 @@ public class StaffRecordsDTO {
|
|
|
@Schema(description = "紧急联系人关系")
|
|
|
private Integer jjlxrgx;
|
|
|
|
|
|
- @Schema(description = "基本情况备注")
|
|
|
- private String jbqkbz;
|
|
|
|
|
|
@Schema(description = "所属部门")
|
|
|
private String ssbm;
|
|
@@ -149,41 +120,6 @@ public class StaffRecordsDTO {
|
|
|
private String nldj;
|
|
|
|
|
|
|
|
|
- @Schema(description = "聘用形式")
|
|
|
- private Integer pyxs;
|
|
|
-
|
|
|
- @Schema(description = "如未调档档案所在地")
|
|
|
- private String rwtddaszd;
|
|
|
-
|
|
|
- @Schema(description = "入公司备注")
|
|
|
- private String rgsbz;
|
|
|
-
|
|
|
- @Schema(description = "兴趣爱好")
|
|
|
- private String xqah;
|
|
|
-
|
|
|
- @Schema(description = "技能特长")
|
|
|
- private String jntc;
|
|
|
-
|
|
|
- @Schema(description = "成果奖励")
|
|
|
- private String cgjl;
|
|
|
-
|
|
|
- @Schema(description = "自我评价")
|
|
|
- private String zwpj;
|
|
|
-
|
|
|
- @Schema(description = "个人简历文件ID")
|
|
|
- private String grjlwjid;
|
|
|
-
|
|
|
- @Schema(description = "身份证文件ID")
|
|
|
- private String sfzwjid;
|
|
|
-
|
|
|
- @Schema(description = "照片文件ID")
|
|
|
- private String zpwjid;
|
|
|
-
|
|
|
- @Schema(description = "合同文件ID")
|
|
|
- private String htwjid;
|
|
|
-
|
|
|
- @Schema(description = "学历证书复印件文件ID")
|
|
|
- private String xlzsfyjwjid;
|
|
|
|
|
|
@Schema(description = "员工姓名")
|
|
|
private String nickname;
|