userBo_time

This commit is contained in:
abu 2025-04-25 19:33:36 +08:00
parent 04e1f29f03
commit 02fed67671
3 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
package com.imooc.bo;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@ -17,6 +18,7 @@ public class UpdatedUserBO {
private String imoocNum;
private String face;
private Integer sex;
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date birthday;
private String country;
private String province;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.