fix
Helius
2022-07-11 06997534a3e7d71e88f770e8c1acd15605beef51
src/main/java/com/xcong/farmer/cms/modules/system/vo/WebArticleVo.java
@@ -50,4 +50,10 @@
    @ApiModelProperty(value = "文章详情")
    private String articleDetails;
    @ApiModelProperty(value = "1-站内 2-外部链接")
    private Integer type;
    @ApiModelProperty(value = "外部链接地址")
    private String articleUrl;
}