评论新增了标题

This commit is contained in:
wucongxing8150 2025-06-09 11:58:05 +08:00
parent e3b3cca738
commit 566be0b3fe
2 changed files with 12 additions and 0 deletions

View File

@ -29,6 +29,12 @@ public class GetUserClinicalArticleCommentPageDto {
@JsonProperty("article_id")
private String articleId;
/**
* 标题
*/
@JsonProperty("article_title")
private String articleTitle;
/**
* 点赞数量
*/

View File

@ -29,6 +29,12 @@ public class GetUserClinicalVideoCommentPageDto {
@JsonProperty("video_id")
private String videoId;
/**
* 标题
*/
@JsonProperty("video_title")
private String videoTitle;
/**
* 点赞数量
*/