fix
Helius
2022-07-07 9d7e89230b65b1da5e96d717c6388aa5e6d7201f
src/main/java/com/xcong/farmer/cms/modules/system/entity/ArticleEntity.java
@@ -7,6 +7,7 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Date;
import java.util.List;
/**
 * 文章表
@@ -95,5 +96,9 @@
     */
    @TableField(exist = false)
    private String path;
    @TableField(exist = false)
    private List<Long> columnIds;
    @TableField(exist = false)
    private List<Long> columnList;
}