From da755e29b7a845b07063f00105f44b4020f8764d Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 15 八月 2025 09:26:25 +0800
Subject: [PATCH] 抽奖记录实体调整

---
 framework/src/main/java/cn/lili/modules/lmk/domain/query/WxKitchenVideoQuery.java |    5 +++++
 1 files changed, 5 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..1eab189 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,11 @@
 @ApiModel(value = "寰俊灏忕▼搴忓ぇ鍋ュ悍鏌ヨ鍙傛暟", description = "寰俊灏忕▼搴忓ぇ鍋ュ悍鏌ヨ鍙傛暟")
 public class WxKitchenVideoQuery extends AbsQuery {
 
+    @ApiModelProperty("鏉ユ簮榛樿system,system/user")
+    private String source;
+
+    private String videoId;
+
     /**
      * @see VideoTypeEnum
      */

--
Gitblit v1.8.0