fix:解决用户管理中导入更新旧数据报错的问题

This commit is contained in:
zhangxuanming 2024-12-18 17:24:34 +08:00
parent 5b720be4b9
commit 0187881979

View File

@ -27,7 +27,7 @@ public class SysUser extends BaseEntity
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/** 用户ID */ /** 用户ID */
@Excel(name = "用户序号", cellType = ColumnType.NUMERIC, prompt = "用户编号") // @Excel(name = "用户序号", cellType = ColumnType.NUMERIC, prompt = "用户编号")
private Long userId; private Long userId;
/** 部门ID */ /** 部门ID */