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/service/VideoService.java | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java b/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java index 2dbf275..7ccd220 100644 --- a/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java +++ b/framework/src/main/java/cn/lili/modules/lmk/service/VideoService.java @@ -62,7 +62,15 @@ * @param form * @return */ - Result publish(WxVideoForm form); + Result publish(WxVideoForm form); /** + * 鍙戝竷瑙嗛 + * + * @param form + * @return + */ + Result systemPublish(WxVideoForm form); + + Result sysUpdatePublish(WxVideoForm form); /** * 骞冲彴绔棰戝垎椤� @@ -298,4 +306,11 @@ */ Result esSearch(VideoEsQuery query); + /** + * 鑾峰彇鎾斁璁板綍 + * + * @param query + * @return + */ + Result getHistoryPage(VideoHistoryQuery query); } -- Gitblit v1.8.0