From 0e1e8458af25365ba0e2995e599f54cf98f87e2a Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 21 Dec 2021 11:43:47 +0800
Subject: [PATCH] 20211216

---
 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