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