Ver Fonte

新增坐标

sunyize há 2 anos atrás
pai
commit
531aee5fd6

+ 3 - 0
tnc-system/src/main/java/org/jeecg/modules/system/entity/SysUser.java

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