Helius
2022-08-09 b74faa19bd619213d4de8772b1816c2f87c29449
src/main/java/com/xcong/farmer/cms/modules/system/vo/AdminArticleVo.java
@@ -52,8 +52,8 @@
    @ApiModelProperty(value = "是否立即发布 0:否 1:是")
    private Integer releaseStatus;
    @ApiModelProperty(value = "文章详情")
    private String articleDetails;
//    @ApiModelProperty(value = "文章详情")
//    private String articleDetails;
    @ApiModelProperty(value = "是否删除 0:已删除 1:未删除")
    private Integer delStatus;