fix
Helius
2022-06-24 96ad148e1ee859c2708a0ec7194f742fdb611a2c
src/main/java/com/xcong/farmer/cms/modules/system/entity/ArticleEntity.java
@@ -59,9 +59,11 @@
    private Integer releaseStatus;
    //文章详情
    private String articleDetails;
    //上传附件
    private String uploadFile;
    //是否删除 0:已删除 1:未删除
    private Integer delStatus;
    //所属ID
    private Long belongId;
    private Long companyId;
}