update 屏蔽用户密码返回

This commit is contained in:
疯狂的狮子li 2021-04-23 15:59:46 +08:00
parent 9a26a3c4e8
commit 734073019f

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;
}