KKSU
2024-06-03 ec80a41c3ef56cd88743b7a025d45392d791d1cd
src/main/java/cc/mrbird/febs/mall/entity/MallMember.java
@@ -173,6 +173,11 @@
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date birthday;
    @DateTimeFormat(pattern = "MM-dd")
    @JsonFormat(pattern = "MM-dd", timezone = "GMT+8")
    @TableField(exist = false)
    private Date birthdayQuery;
    private String realName;
    private Date lastLoginTime;