|
@@ -30,7 +30,6 @@ public class RecordsBaseVO {
|
|
|
private String byxx;
|
|
|
|
|
|
@Schema(description = "毕业时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime bysj;
|
|
|
|
|
|
@Schema(description = "最高学历")
|
|
@@ -40,15 +39,12 @@ public class RecordsBaseVO {
|
|
|
private String major;
|
|
|
|
|
|
@Schema(description = "参加工作时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime cjgzsj;
|
|
|
|
|
|
@Schema(description = "入公司时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime rgssj;
|
|
|
|
|
|
@Schema(description = "离职时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime lzsj;
|
|
|
|
|
|
|
|
@@ -65,7 +61,6 @@ public class RecordsBaseVO {
|
|
|
private String nation;
|
|
|
|
|
|
@Schema(description = "出生日期")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime birthday;
|
|
|
|
|
|
@Schema(description = "身份证号码")
|
|
@@ -114,7 +109,7 @@ public class RecordsBaseVO {
|
|
|
private String jjlxrxm;
|
|
|
|
|
|
@Schema(description = "紧急联系人关系")
|
|
|
- private String jjlxrgx;
|
|
|
+ private Integer jjlxrgx;
|
|
|
|
|
|
@Schema(description = "基本情况备注")
|
|
|
private String jbqkbz;
|
|
@@ -130,11 +125,9 @@ public class RecordsBaseVO {
|
|
|
|
|
|
|
|
|
@Schema(description = "转正时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime zzsj;
|
|
|
|
|
|
@Schema(description = "合同到期时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime htdqs;
|
|
|
|
|
|
@Schema(description = "签订公司ID")
|