From dc249113553d081aaa26d4d1f3718b5514363131 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 02 七月 2025 23:23:09 +0800
Subject: [PATCH] Merge branch 'dev' of http://42.193.1.25:9521/r/lmk-shop-java into dev

---
 framework/src/main/java/cn/lili/modules/lmk/domain/es/VideoIndex.java |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/es/VideoIndex.java b/framework/src/main/java/cn/lili/modules/lmk/domain/es/VideoIndex.java
index b38db0a..09f10d3 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/domain/es/VideoIndex.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/domain/es/VideoIndex.java
@@ -9,6 +9,7 @@
 import org.springframework.data.elasticsearch.annotations.Field;
 import org.springframework.data.elasticsearch.annotations.FieldType;
 
+import java.util.Date;
 import java.util.List;
 
 /**
@@ -91,4 +92,19 @@
     @Field(type = FieldType.Keyword)
     private boolean recommend = false;
 
+    /** 瑙嗛鏀惰棌鏁� */
+    @Field(type = FieldType.Integer)
+    private Integer collectNum;
+
+    /** 瑙嗛鐐硅禐鏁� */
+    @Field(type = FieldType.Integer)
+    private Integer thumbsUpNum;
+
+    /** 瑙嗛璇勮鏁� */
+    @Field(type = FieldType.Integer)
+    private Integer commentNum;
+
+    /** 瑙嗛鍙戝竷鏃堕棿锛堝鏍搁�氳繃鏃堕棿锛� */
+    @Field(type = FieldType.Date)
+    private Date publishTime;
 }

--
Gitblit v1.8.0