疯狂的狮子li
2022-01-11 26fc652d33fb82a75d6ec7771ca50ee414b21723
ruoyi-system/src/main/java/com/ruoyi/system/domain/SysConfig.java
@@ -70,7 +70,7 @@
     */
    @ApiModelProperty(value = "系统内置(Y是 N否)")
    @ExcelProperty(value = "系统内置", converter = ExcelDictConvert.class)
   @ExcelDictFormat(dictType = "sys_yes_no")
    @ExcelDictFormat(dictType = "sys_yes_no")
    private String configType;
    /**