限制用户操作数据权限范围

This commit is contained in:
RuoYi
2024-05-29 15:18:20 +08:00
parent 1a3751ab71
commit 19c457ae5f
7 changed files with 27 additions and 20 deletions

View File

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