Commit 25a60ef4 by shenjunjie

Merge branch 'feature' into 'dev'

2022/8/30 9:09

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