puzhibing
2025-07-29 3417384c42ef6e7d99e98cef4e3bb4a016cfedea
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;
}