mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-09-01 18:34:30 +00:00
升级minio到最新版本8.2.2
This commit is contained in:
@@ -56,7 +56,6 @@ public class SysUser extends BaseEntity
|
||||
private String avatar;
|
||||
|
||||
/** 密码 */
|
||||
@JsonIgnore
|
||||
private String password;
|
||||
|
||||
/** 帐号状态(0正常 1停用) */
|
||||
@@ -199,6 +198,7 @@ public class SysUser extends BaseEntity
|
||||
this.avatar = avatar;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
@JsonProperty
|
||||
public String getPassword()
|
||||
{
|
||||
|
Reference in New Issue
Block a user