bleachtred
2023-09-25 bfe1b2ae508df731c43f25a286da252ed24cc0a0
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;