Helius
2022-07-08 4e95eb7d3040d9dc38e843b8ab8cd75a89f38984
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;
}