From 328105ebdbb82a923c2a02ed01786c129a4aacb1 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 23 十月 2025 17:33:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/user_action' into user_action
---
framework/src/main/java/cn/lili/modules/lmk/domain/vo/VideoCommentVO.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/vo/VideoCommentVO.java b/framework/src/main/java/cn/lili/modules/lmk/domain/vo/VideoCommentVO.java
index 34acb8e..4d436fe 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/domain/vo/VideoCommentVO.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/domain/vo/VideoCommentVO.java
@@ -56,7 +56,7 @@
private String userAvatar;
@ApiModelProperty("璇勮鐐硅禐鏁�")
- private Long thumbsUpCount;
+ private Integer thumbsUpNum;
@ApiModelProperty("涓昏瘎璁轰笅闈㈡�诲叡鏈夊灏戞潯鍥炲")
private Long replyTotalCount;
@@ -67,6 +67,9 @@
@ApiModelProperty("鏄惁灞曞紑瀛愯瘎璁�")
private Boolean expandReply = false;
+ @ApiModelProperty("褰撳墠鐢ㄦ埛鏄惁宸茬粡鐐硅禐")
+ private Boolean hasThumbsUp;
+
public static VideoCommentVO getVoByEntity(@NonNull VideoComment entity, VideoCommentVO vo) {
if(vo == null) {
vo = new VideoCommentVO();
--
Gitblit v1.8.0