liujie
4 天以前 6664ba895c7b2b5837f53cea44692610848ff60c
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;