fix
Helius
2022-07-12 ccafbd516a315f23214aea124f41d47ea47b69f7
src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminSeeColumnInfoVo.java
@@ -52,4 +52,7 @@
    @ApiModelProperty(value = "内容类型 1:文章 2:图片 3:文件 4:音频")
    private Integer contentType;
    @ApiModelProperty(value = "栏目地址")
    private String url;
}