This commit is contained in:
parent
cdda515e0b
commit
d71d14aecf
|
@ -91,7 +91,7 @@ public class PersonnelUpdateDto {
|
||||||
|
|
||||||
@ApiModelProperty(value = "入职时间")
|
@ApiModelProperty(value = "入职时间")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
private LocalDate hireLocalDate;
|
private LocalDate hireDate;
|
||||||
|
|
||||||
@ApiModelProperty(value = "退休时间")
|
@ApiModelProperty(value = "退休时间")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
|
|
Loading…
Reference in New Issue