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