update 屏蔽用户密码返回

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

View File

@ -74,10 +74,10 @@ public class SysUser implements Serializable
private String avatar;
/** 密码 */
@JsonProperty
private String password;
@JsonIgnore
@JsonProperty
public String getPassword() {
return password;
}