@@ -14,6 +14,9 @@ public class MomentPageVO {
@ApiModelProperty("动态标题")
private String title;
+ @ApiModelProperty("动态内容")
+ private String content;
+
@ApiModelProperty("封面图URL")
private String coverUrl;
@@ -171,6 +171,7 @@
SELECT
m.id,
m.title,
+ m.content,
m.cover_url,
t.te_nick_name AS technicianNickName,
IFNULL(m.save_count, 0) AS saveCount,