xinquan-api/xinquan-api-system/src/main/java/com/xinquan/system/api/domain/MeditationReport.java
@@ -76,6 +76,13 @@ @TableField(exist = false) private Integer chargeType; @ApiModelProperty(value = "回复内容") @TableField(exist = false) private String replyContent; @ApiModelProperty(value = "疗愈封面图") @TableField(exist = false) private String coverUrl; @ApiModelProperty(value = "举报原因") @TableField("report_content") private String reportContent;