Commit 9f6ca223 authored by 黎聪聪's avatar 黎聪聪

2020年11月3日 19:48:57

parent 88a7e017
......@@ -365,7 +365,7 @@ a.content,
a.desc,
a.create_time AS createTime,
a.reading,
b.remarks,
b.name,
a.recommended,
a.whether_banner AS whetherBanner,
a.size
......
......@@ -29,7 +29,7 @@ public class CfarticleVO {
/* 文章描述 */
private String desc;
/* 分类名称 */
private String remarks;
private String name;
/* 创建时间 */
private Date createTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment