Pu Zhibing
2025-06-16 49c5117caef44d1e817d2ef701529dfaf1443467
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;
}