From afa0dbb4f54e7244835dd67ec33c3e545f122f71 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 17 一月 2025 16:40:43 +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