fix
Helius
2022-07-11 5bdef5defe25b8ef8341c8ef2f9b422848ed91a4
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;
}