fix
Helius
2022-07-04 aa01829055f7711f6b46c40632997641e1a9e38d
src/main/java/com/xcong/farmer/cms/modules/system/dto/AdminAddArticleDto.java
@@ -59,4 +59,10 @@
    @ApiModelProperty(value = "上传附件")
    private String uploadFile;
    @ApiModelProperty(value = "1-站内 2-外部链接")
    private Integer type;
    @ApiModelProperty(value = "外部链接地址")
    private String articleUrl;
}