|
@@ -81,7 +81,6 @@ public class StaffDO extends BaseEntity {
|
|
|
/**
|
|
|
* 出生日期
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime birthday;
|
|
|
|
|
|
/**
|
|
@@ -137,7 +136,6 @@ public class StaffDO extends BaseEntity {
|
|
|
/**
|
|
|
* 毕业时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime bysj;
|
|
|
|
|
|
/**
|
|
@@ -158,7 +156,6 @@ public class StaffDO extends BaseEntity {
|
|
|
/**
|
|
|
* 参加工作时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime cjgzsj;
|
|
|
|
|
|
/**
|
|
@@ -224,19 +221,16 @@ public class StaffDO extends BaseEntity {
|
|
|
/**
|
|
|
* 入公司时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime rgssj;
|
|
|
|
|
|
/**
|
|
|
* 转正时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime zzsj;
|
|
|
|
|
|
/**
|
|
|
* 合同到期时
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime htdqs;
|
|
|
|
|
|
/**
|
|
@@ -338,7 +332,6 @@ public class StaffDO extends BaseEntity {
|
|
|
/**
|
|
|
* 离职时间
|
|
|
*/
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime lzsj;
|
|
|
|
|
|
private String hz;
|
|
@@ -363,6 +356,10 @@ public class StaffDO extends BaseEntity {
|
|
|
*/
|
|
|
private Integer nj;
|
|
|
|
|
|
+ /**
|
|
|
+ * 合同签订时间
|
|
|
+ */
|
|
|
+ private LocalDateTime htqdsj;
|
|
|
|
|
|
|
|
|
}
|