xuhy
7 天以前 b8cebfa38ff8cd2065431a8f18c79e480d64ff10
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/TSysUserResp.java
@@ -39,8 +39,8 @@
    private String phone;
    @ApiModelProperty(value = "出生日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime birthTime;
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private LocalDate birthTime;
    @ApiModelProperty(value = "性别 1=男 2=女")
    private Integer sex;