From 2f65a830dcbea60c4e1854cd08a59410c68db724 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 02 七月 2025 16:16:04 +0800
Subject: [PATCH] 视频搜索接口,视频es索引加发布时间字段,重构视频es索引的sql完善

---
 framework/src/main/java/cn/lili/modules/lmk/domain/query/ManagerVideoQuery.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/query/ManagerVideoQuery.java b/framework/src/main/java/cn/lili/modules/lmk/domain/query/ManagerVideoQuery.java
index 09a5b83..59cfb74 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/domain/query/ManagerVideoQuery.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/domain/query/ManagerVideoQuery.java
@@ -1,6 +1,7 @@
 package cn.lili.modules.lmk.domain.query;
 
 import cn.lili.base.AbsQuery;
+import cn.lili.modules.lmk.enums.general.VideoTypeEnum;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
@@ -29,5 +30,10 @@
     @ApiModelProperty("鐘舵��")
     private String status;
 
+    /**
+     * @see cn.lili.modules.lmk.enums.general.VideoTypeEnum
+     */
+    @ApiModelProperty("瑙嗛绫诲瀷锛氳棰戙�佸ぇ鍋ュ悍銆佺鍘紝榛樿涓嶄紶鏌ヨ棰�")
+    private String videoType = VideoTypeEnum.VIDEO.getValue();
 }
 

--
Gitblit v1.8.0