无关风月
2025-02-08 bbc55de9bb0f6e5d3d8267c628d25780c19ebf36
xinquan-modules/xinquan-meditation/src/main/java/com/xinquan/meditation/domain/HomeBackgroundMusic.java
@@ -30,7 +30,7 @@
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty(value = "背景图片")
    @ApiModelProperty(value = "背景图片/背景视频封面图")
    @TableField("image_url")
    private String imageUrl;
    @ApiModelProperty(value = "背景名称")
@@ -52,5 +52,13 @@
    @TableField("sort_num")
    private Integer sortNum;
    @ApiModelProperty(value = "背景视频 与背景图片二选一")
    @TableField("back_url")
    private String backUrl;
    @ApiModelProperty(value = "背景视频文件名称")
    @TableField("back_name")
    private String backName;
}