修改时间格式化
This commit is contained in:
parent
d55b807001
commit
265f632cbb
|
|
@ -60,8 +60,8 @@ public class EmployeesAdvisoryInfoEntity implements Serializable {
|
||||||
/**民族*/
|
/**民族*/
|
||||||
private String national;
|
private String national;
|
||||||
/**出生日期*/
|
/**出生日期*/
|
||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy.MM.dd")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy年MM月dd日")
|
||||||
@DateTimeFormat(pattern="yyyy.MM.dd")
|
@DateTimeFormat(pattern="yyyy年MM月dd日")
|
||||||
private Date birthDate;
|
private Date birthDate;
|
||||||
/**住址(身份证上)*/
|
/**住址(身份证上)*/
|
||||||
private String idCardAddress;
|
private String idCardAddress;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue