mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 屏蔽用户密码返回
This commit is contained in:
@ -73,11 +73,11 @@ public class SysUser implements Serializable
|
||||
/** 用户头像 */
|
||||
private String avatar;
|
||||
|
||||
/** 密码 */
|
||||
@JsonProperty
|
||||
/** 密码 */
|
||||
private String password;
|
||||
|
||||
@JsonIgnore
|
||||
@JsonProperty
|
||||
public String getPassword() {
|
||||
return password;
|
||||
}
|
||||
|
Reference in New Issue
Block a user