From 0062871e495039a8798c99f9b378b71d9a38aec3 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Fri, 17 Dec 2021 20:13:19 +0800 Subject: [PATCH] fix --- src/main/java/cc/mrbird/febs/video/vo/VideoInfoVo.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/video/vo/VideoInfoVo.java b/src/main/java/cc/mrbird/febs/video/vo/VideoInfoVo.java index abc1f92..97aed7a 100644 --- a/src/main/java/cc/mrbird/febs/video/vo/VideoInfoVo.java +++ b/src/main/java/cc/mrbird/febs/video/vo/VideoInfoVo.java @@ -32,6 +32,15 @@ @ApiModelProperty(value = "当前播放视频时长") private String timeLength; + @ApiModelProperty(value = "是否免费 1/免费 2/会员") + private Integer isFree; + + @ApiModelProperty(value = "是否点赞 1/是 2/否") + private Integer isLike; + + @ApiModelProperty(value = "是否收藏 1/是 2/否") + private Integer isCollect; + @ApiModelProperty(value = "当前播放itemid") private Long itemId; -- Gitblit v1.9.1