puzhibing
2024-06-14 5f37dc3fac7e65e19ea02303243c4fd107f5f5cb
cloud-server-other/src/main/java/com/dsh/other/feignclient/account/model/AppUser.java
@@ -1,5 +1,6 @@
package com.dsh.other.feignclient.account.model;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.util.Date;
@@ -30,6 +31,7 @@
    /**
     * 生日
     */
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date birthday;
    /**
     * 性别(1=男,2=女)
@@ -111,4 +113,8 @@
     * 添加时间
     */
    private Date insertTime;
    private Integer points;
    private Integer addUserId;
}