疯狂的狮子Li
2025-01-24 7c2c82fc0a0478adb4dc9606de8bcb872b20f0eb
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;