评论新增了标题
This commit is contained in:
+6
@@ -29,6 +29,12 @@ public class GetUserClinicalArticleCommentPageDto {
|
|||||||
@JsonProperty("article_id")
|
@JsonProperty("article_id")
|
||||||
private String articleId;
|
private String articleId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 标题
|
||||||
|
*/
|
||||||
|
@JsonProperty("article_title")
|
||||||
|
private String articleTitle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 点赞数量
|
* 点赞数量
|
||||||
*/
|
*/
|
||||||
|
|||||||
+6
@@ -29,6 +29,12 @@ public class GetUserClinicalVideoCommentPageDto {
|
|||||||
@JsonProperty("video_id")
|
@JsonProperty("video_id")
|
||||||
private String videoId;
|
private String videoId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 标题
|
||||||
|
*/
|
||||||
|
@JsonProperty("video_title")
|
||||||
|
private String videoTitle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 点赞数量
|
* 点赞数量
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user