jiangqs
2023-09-28 bdd9af51204d2108e2eaf4202310d2c24edea8b5
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;
}