init
This commit is contained in:
parent
09b19615df
commit
061f4f6f40
|
|
@ -16,6 +16,7 @@ public class ArticleListVo implements Serializable {
|
|||
private String category; // 分类
|
||||
private String title; // 标题
|
||||
private String image; // 图片
|
||||
private String author; // 作者
|
||||
private Integer visit; // 访问
|
||||
private Integer sort; // 排序
|
||||
private Integer isShow; // 是否显示: [0=否, 1=是]
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ public class Article implements Serializable {
|
|||
private String intro; // 简介
|
||||
private String image; // 封面
|
||||
private String content; // 内容
|
||||
private String author; // 作者
|
||||
private Integer visit; // 浏览
|
||||
private Integer sort; // 排序
|
||||
private Integer isShow; // 是否显示: [0=否, 1=是]
|
||||
|
|
|
|||
Loading…
Reference in New Issue