Commit 887f609e by shenjunjie

2022/8/30 9:09

parent 3e7eb1fc
...@@ -28,6 +28,11 @@ public class EventTopArticlesAnalysisVO { ...@@ -28,6 +28,11 @@ public class EventTopArticlesAnalysisVO {
* 发布时间 * 发布时间
*/ */
private Long time; private Long time;
/**
* 文章链接
*/
private String url;
/** /**
* 发布时间点(天级) 查询用 * 发布时间点(天级) 查询用
*/ */
...@@ -50,6 +55,7 @@ public class EventTopArticlesAnalysisVO { ...@@ -50,6 +55,7 @@ public class EventTopArticlesAnalysisVO {
this.emotion = eventTopArticlesAnalysis.getEmotion(); this.emotion = eventTopArticlesAnalysis.getEmotion();
this.count = eventTopArticlesAnalysis.getCount(); this.count = eventTopArticlesAnalysis.getCount();
this.time = eventTopArticlesAnalysis.getTime(); this.time = eventTopArticlesAnalysis.getTime();
this.url = eventTopArticlesAnalysis.getUrl();
this.timePoint = eventTopArticlesAnalysis.getTimePoint(); this.timePoint = eventTopArticlesAnalysis.getTimePoint();
this.type = eventTopArticlesAnalysis.getType(); this.type = eventTopArticlesAnalysis.getType();
this.eventId = eventTopArticlesAnalysis.getEventId(); this.eventId = eventTopArticlesAnalysis.getEventId();
......
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