mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	Merge branch 'master' of https://gitee.com/JavaLionLi/RuoYi-Vue-Plus into dev
This commit is contained in:
		@@ -73,11 +73,15 @@ public class SysUser implements Serializable
 | 
			
		||||
    /** 用户头像 */
 | 
			
		||||
    private String avatar;
 | 
			
		||||
 | 
			
		||||
    /** 密码 */
 | 
			
		||||
    @JsonIgnore
 | 
			
		||||
       /** 密码 */
 | 
			
		||||
    @JsonProperty
 | 
			
		||||
    private String password;
 | 
			
		||||
 | 
			
		||||
    @JsonIgnore
 | 
			
		||||
    public String getPassword() {
 | 
			
		||||
        return password;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /** 盐加密 */
 | 
			
		||||
    private String salt;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user