From 03f1f3372a10a08f96f3308bfa099e86a55046d0 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期二, 30 一月 2024 09:32:38 +0800
Subject: [PATCH] 修改数据权限bug

---
 ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/MgtSysStaffImportDto.java |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/MgtSysStaffImportDto.java b/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/MgtSysStaffImportDto.java
index f6ff933..9580989 100644
--- a/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/MgtSysStaffImportDto.java
+++ b/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/MgtSysStaffImportDto.java
@@ -16,10 +16,10 @@
     @Excel(name = "姓名")
     private String staffName;
 
-    @Excel(name = "账号")
+    @Excel(name = "帐号")
     private String userName;
 
-    @Excel(name = "昵称")
+    @Excel(name = "别名")
     private String nickName;
 
     @Excel(name = "职务")
@@ -37,6 +37,15 @@
     @Excel(name = "座机")
     private String phone;
 
-    @Excel(name = "邮箱")
+    @Excel(name = "个人邮箱")
     private String email;
+
+    @Excel(name = "地址")
+    private String address;
+
+    @Excel(name = "视频号")
+    private String videoNumber;
+
+    @Excel(name = "禁用状态")
+    private String userStatus;
 }

--
Gitblit v1.7.1