@@ -38,4 +38,9 @@ public class ReportCommentBaseVO {
@Schema(description = "报告ID", example = "25673")
private Long reportId;
+
+ @Schema(description = "回复的评论ID", example = "31918")
+ private Long replyToCommentId;
}
@@ -44,6 +44,11 @@ public class ReportCommentDO extends BaseDO {
* 被回复人用户ID
*/
private String replyToUserid;
+ /**
+ * 被回复人评论ID
+ */
/**
* 主键ID