update 屏蔽用户密码返回

This commit is contained in:
疯狂的狮子li 2021-04-23 16:01:32 +08:00
parent 789dab5138
commit dbe6494b6c

View File

@ -73,11 +73,11 @@ public class SysUser implements Serializable
/** 用户头像 */
private String avatar;
/** 密码 */
@JsonProperty
/** 密码 */
private String password;
@JsonIgnore
@JsonProperty
public String getPassword() {
return password;
}