疯狂的狮子Li
2024-04-11 8352f18b3a3150e57cce43ddea23071b6d78e0f7
ruoyi-modules/ruoyi-system/src/main/java/org/dromara/system/domain/vo/SysPostVo.java
@@ -54,7 +54,7 @@
    /**
     * 状态(0正常 1停用)
     */
    @ExcelProperty(value = "状态", index = 4, converter = ExcelDictConvert.class)
    @ExcelProperty(value = "状态", converter = ExcelDictConvert.class)
    @ExcelDictFormat(dictType = "sys_normal_disable")
    private String status;