Commit 682394d2 authored by huyuchen's avatar huyuchen

菜单权限修改

parent 359a264e
......@@ -37,12 +37,12 @@ public class SysUserPermissionVo extends RowIndex implements Serializable {
@ExcelProperty("登录账号")
private String empLoginName;
/**
* 所部门
* 所部门
*/
@Length(max = 20, message = "所部门 不能超过20 个字符")
@ExcelAttribute(name = "所部门", maxLength = 20)
@Schema(description = "所部门")
@ExcelProperty("所部门")
@Length(max = 20, message = "所部门 不能超过20 个字符")
@ExcelAttribute(name = "所部门", maxLength = 20)
@Schema(description = "所部门")
@ExcelProperty("所部门")
private String empDept;
/**
* 权限类型
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment