Administrator
2026-06-13 4b3103e172fc4bb8e476643c11f2f3d3106dbacb
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;