From 6378b1e03b15e66ce58ebdb0f748f1330e2324d9 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期二, 05 八月 2025 09:14:15 +0800
Subject: [PATCH] 修改首页视频显示问题
---
framework/src/main/java/cn/lili/modules/lmk/domain/query/WxKitchenVideoQuery.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/query/WxKitchenVideoQuery.java b/framework/src/main/java/cn/lili/modules/lmk/domain/query/WxKitchenVideoQuery.java
index 218a45a..4cf6e6f 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/domain/query/WxKitchenVideoQuery.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/domain/query/WxKitchenVideoQuery.java
@@ -16,6 +16,9 @@
@ApiModel(value = "寰俊灏忕▼搴忓ぇ鍋ュ悍鏌ヨ鍙傛暟", description = "寰俊灏忕▼搴忓ぇ鍋ュ悍鏌ヨ鍙傛暟")
public class WxKitchenVideoQuery extends AbsQuery {
+ @ApiModelProperty("鏉ユ簮榛樿system,system/user")
+ private String source;
+
/**
* @see VideoTypeEnum
*/
--
Gitblit v1.8.0