@@ -91,6 +91,9 @@ public class SysUser implements Serializable {
@Excel(name = "电子邮件", width = 15)
private String email;
+ @Excel(name = "职位", width = 15)
+ private String position;
+
/**
* 电话
*/