puzhibing
2024-03-11 50a4e8cae497f7b5071df1153365a776cc9c6a5f
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;
}