From 6f059454437172bbfb5901041e680382e21076f2 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 14 八月 2025 09:43:46 +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