疯狂的狮子Li
2023-08-09 af4b0cb1079490e2b1e9b83161abf9aac7cd04d4
ruoyi-modules/ruoyi-system/src/main/java/org/dromara/system/domain/vo/SysConfigVo.java
@@ -53,7 +53,7 @@
    /**
     * 系统内置(Y是 N否)
     */
    @ExcelProperty(value = "系统内置", index = 4, converter = ExcelDictConvert.class)
    @ExcelProperty(value = "系统内置", converter = ExcelDictConvert.class)
    @ExcelDictFormat(dictType = "sys_yes_no")
    private String configType;