From 7ec17b93b34a060233e5f193fa47fa243f7efafc Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 28 八月 2025 01:07:52 +0800
Subject: [PATCH] 导出以及页面

---
 framework/src/main/java/cn/lili/modules/lmk/service/PrizeDrawService.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/lmk/service/PrizeDrawService.java b/framework/src/main/java/cn/lili/modules/lmk/service/PrizeDrawService.java
index eda1c76..40225ad 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/service/PrizeDrawService.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/service/PrizeDrawService.java
@@ -14,6 +14,12 @@
  * @since 2025-08-14
  */
 public interface PrizeDrawService extends IService<PrizeDraw> {
+    /**
+     * 杩斿洖鑳藉惁淇敼锛屼互鍙婅嫢鏄紭鎯犲姷绫诲瀷锛岃繑鍥炰紭鎯犲姷淇℃伅銆�
+     * @param prizeDrawId
+     * @return
+     */
+    Result canUpDatePrizeDraw(String prizeDrawId);
 
     /**
      * 娣诲姞
@@ -21,6 +27,7 @@
      * @return
      */
     Result add(PrizeDrawForm form);
+
 
     /**
      * 淇敼
@@ -62,4 +69,6 @@
      * @return
      */
     Result all();
+
+    Result grantRecord(String prizeActivityId);
 }

--
Gitblit v1.8.0