ruoyi-modules/ruoyi-system/src/main/java/org/dromara/system/domain/vo/SysDeptVo.java
@@ -78,7 +78,7 @@ /** * 部门状态(0正常 1停用) */ @ExcelProperty(value = "部门状态", index = 5, converter = ExcelDictConvert.class) @ExcelProperty(value = "部门状态", converter = ExcelDictConvert.class) @ExcelDictFormat(dictType = "sys_normal_disable") private String status;