This commit is contained in:
mash 2024-11-19 10:59:52 +08:00
parent cdda515e0b
commit d71d14aecf
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class PersonnelUpdateDto {
@ApiModelProperty(value = "入职时间")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private LocalDate hireLocalDate;
private LocalDate hireDate;
@ApiModelProperty(value = "退休时间")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")