|
|
@ -7,6 +7,7 @@ import javax.validation.constraints.NotBlank;
|
|
|
|
import javax.validation.constraints.Size;
|
|
|
|
import javax.validation.constraints.Size;
|
|
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
|
|
|
import com.ruoyi.framework.aspectj.lang.annotation.Excel;
|
|
|
|
import com.ruoyi.framework.aspectj.lang.annotation.Excel;
|
|
|
|
import com.ruoyi.framework.aspectj.lang.annotation.Excel.ColumnType;
|
|
|
|
import com.ruoyi.framework.aspectj.lang.annotation.Excel.ColumnType;
|
|
|
|
import com.ruoyi.framework.aspectj.lang.annotation.Excel.Type;
|
|
|
|
import com.ruoyi.framework.aspectj.lang.annotation.Excel.Type;
|
|
|
@ -196,6 +197,7 @@ public class SysUser extends BaseEntity
|
|
|
|
this.avatar = avatar;
|
|
|
|
this.avatar = avatar;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@JsonIgnore
|
|
|
|
public String getPassword()
|
|
|
|
public String getPassword()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return password;
|
|
|
|
return password;
|
|
|
|