疯狂的狮子Li
2024-07-23 9e17d07a17e00c60ff2837230bf94ca7f548f35c
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;