update 屏蔽用户密码返回
This commit is contained in:
parent
9a26a3c4e8
commit
734073019f
@ -23,7 +23,7 @@ import java.util.Map;
|
||||
|
||||
/**
|
||||
* 用户对象 sys_user
|
||||
*
|
||||
*
|
||||
* @author ruoyi
|
||||
*/
|
||||
|
||||
@ -73,11 +73,11 @@ public class SysUser implements Serializable
|
||||
/** 用户头像 */
|
||||
private String avatar;
|
||||
|
||||
/** 密码 */
|
||||
@JsonProperty
|
||||
/** 密码 */
|
||||
private String password;
|
||||
|
||||
@JsonIgnore
|
||||
@JsonProperty
|
||||
public String getPassword() {
|
||||
return password;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user