From 59aed09c5faffa1ef7a8ade34f5a75fcb3877dcf Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 02 七月 2025 23:23:01 +0800
Subject: [PATCH] 会员标签

---
 framework/src/main/java/cn/lili/modules/lmk/domain/vo/WxVideoVO.java |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/vo/WxVideoVO.java b/framework/src/main/java/cn/lili/modules/lmk/domain/vo/WxVideoVO.java
index d324ee0..16ca447 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/domain/vo/WxVideoVO.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/domain/vo/WxVideoVO.java
@@ -63,6 +63,9 @@
     @ApiModelProperty("瑙嗛鏍囩")
     private List<SimpleVideoTagVO> tagList;
 
+    @ApiModelProperty("瑙嗛鏃堕暱锛氱")
+    private Long videoDuration;
+
     /** 瑙嗛濉厖妯″紡 */
     @ApiModelProperty("瑙嗛濉厖妯″紡")
     private String videoFit;
@@ -78,13 +81,20 @@
     @ApiModelProperty("褰撳墠鐢ㄦ埛鏄惁鏀惰棌浜嗚瑙嗛")
     private Boolean collected = Boolean.FALSE;
 
+    @ApiModelProperty("褰撳墠鐢ㄦ埛鏄惁鐐硅禐浜嗚瑙嗛")
+    private Boolean thumbsUp = Boolean.FALSE;
+
     /** 鏀惰棌鏁� */
     @ApiModelProperty("鏀惰棌鏁�")
-    private Long collectNum;
+    private Integer collectNum;
 
     /** 璇勮鏁� */
     @ApiModelProperty("璇勮鏁�")
-    private Long commentNum;
+    private Integer commentNum;
+
+    /** 鐐硅禐鏁� */
+    @ApiModelProperty("鐐硅禐鏁�")
+    private Integer thumbsUpNum;
 
     /** 瑙嗛鎷ユ湁鐨勬搷浣� */
     @ApiModelProperty("瑙嗛鏀寔鐨勬搷浣�")

--
Gitblit v1.8.0