Helius
2022-07-08 1f3fdcdfa7508c3b0e5fc00b93eb7dc3c198cd03
src/main/java/com/xcong/farmer/cms/modules/system/entity/ArticleEntity.java
@@ -98,5 +98,9 @@
    private String path;
    @TableField(exist = false)
    private List<Long> columnIds;
    @TableField(exist = false)
    private List<Long> columnList;
    @TableField(exist = false)
    private String timeType;
}