fix
Helius
2022-08-30 a0c562b9149d5f85b65fc39fa9c5f48fb49f57ae
src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminSeeColumnInfoVo.java
@@ -49,4 +49,10 @@
    @ApiModelProperty(value = "是否为导航 1-是 2-否")
    private Integer isNav;
    @ApiModelProperty(value = "内容类型 1:文章 2:图片 3:文件 4:音频")
    private Integer contentType;
    @ApiModelProperty(value = "栏目地址")
    private String url;
}