无关风月
2024-11-12 3818974122e7b80e0fe04fd5709a853bac831caa
xinquan-api/xinquan-api-system/src/main/java/com/xinquan/system/api/domain/MeditationReport.java
@@ -42,6 +42,9 @@
    @ApiModelProperty(value = "uid")
    @TableField(exist = false)
    private String uid;
    @ApiModelProperty(value = "点赞数")
    @TableField(exist = false)
    private Integer likeCount;
    @ApiModelProperty(value = "用户名称")
    @TableField(exist = false)
    private String userName;