Pu Zhibing
2025-04-01 8444084e6aa11efa23287e7f82474ac22378a5c4
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/MgtSysStaffImportDto.java
@@ -39,4 +39,13 @@
    @Excel(name = "个人邮箱")
    private String email;
    @Excel(name = "地址")
    private String address;
    @Excel(name = "视频号")
    private String videoNumber;
    @Excel(name = "禁用状态")
    private String userStatus;
}