update 屏蔽用户密码返回
This commit is contained in:
parent
9a26a3c4e8
commit
734073019f
@ -74,10 +74,10 @@ public class SysUser implements Serializable
|
|||||||
private String avatar;
|
private String avatar;
|
||||||
|
|
||||||
/** 密码 */
|
/** 密码 */
|
||||||
@JsonProperty
|
|
||||||
private String password;
|
private String password;
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
|
@JsonProperty
|
||||||
public String getPassword() {
|
public String getPassword() {
|
||||||
return password;
|
return password;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user