add 文章详情加项目截图展示
This commit is contained in:
@@ -5,6 +5,8 @@ import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
import com.ruoyi.common.annotation.Excel;
|
||||
import com.ruoyi.common.core.domain.BaseEntity;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 文章对象 app_blog_article
|
||||
*
|
||||
@@ -75,6 +77,8 @@ public class AppBlogArticle extends BaseEntity
|
||||
@Excel(name = "权重")
|
||||
private Long weight;
|
||||
|
||||
private List<String> picList;
|
||||
|
||||
public String getOrderType() {
|
||||
return orderType;
|
||||
}
|
||||
@@ -217,6 +221,14 @@ public class AppBlogArticle extends BaseEntity
|
||||
return delFlag;
|
||||
}
|
||||
|
||||
public List<String> getPicList() {
|
||||
return picList;
|
||||
}
|
||||
|
||||
public void setPicList(List<String> picList) {
|
||||
this.picList = picList;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
||||
|
||||
Reference in New Issue
Block a user