|
@@ -17,7 +17,7 @@ import com.ruoyi.common.xss.Xss;
|
|
|
*
|
|
|
* @author ruoyi
|
|
|
*/
|
|
|
-public class SysUser extends BaseEntity
|
|
|
+public class SysUser
|
|
|
{
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
@@ -359,11 +359,6 @@ public class SysUser extends BaseEntity
|
|
|
.append("delFlag", getDelFlag())
|
|
|
.append("loginIp", getLoginIp())
|
|
|
.append("loginDate", getLoginDate())
|
|
|
- .append("createBy", getCreateBy())
|
|
|
- .append("createTime", getCreateTime())
|
|
|
- .append("updateBy", getUpdateBy())
|
|
|
- .append("updateTime", getUpdateTime())
|
|
|
- .append("remark", getRemark())
|
|
|
.append("dept", getDept())
|
|
|
.append("tenant", getTenant())
|
|
|
.append("tenantName",getTenantName())
|