From ebc62375d25878033dcc109640cebc2f68e36cbe Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期六, 27 九月 2025 17:36:26 +0800
Subject: [PATCH] 店铺优惠卷调整

---
 framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponService.java |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponService.java b/framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponService.java
index c0d6983..5fb8232 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponService.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponService.java
@@ -21,6 +21,7 @@
 
     /**
      * 娣诲姞
+     *
      * @param form
      * @return
      */
@@ -28,6 +29,7 @@
 
     /**
      * 淇敼
+     *
      * @param form
      * @return
      */
@@ -35,6 +37,7 @@
 
     /**
      * 鎵归噺鍒犻櫎
+     *
      * @param ids
      * @return
      */
@@ -42,6 +45,7 @@
 
     /**
      * id鍒犻櫎
+     *
      * @param id
      * @return
      */
@@ -49,6 +53,7 @@
 
     /**
      * 鍒嗛〉鏌ヨ
+     *
      * @param query
      * @return
      */
@@ -56,6 +61,7 @@
 
     /**
      * 鏍规嵁id鏌ユ壘
+     *
      * @param id
      * @return
      */
@@ -63,6 +69,7 @@
 
     /**
      * 鍒楄〃
+     *
      * @return
      */
     Result all();
@@ -71,7 +78,9 @@
 
     Result addStoreCoupon(StoreCouponForm storeCoupon);
 
-    Result generateStoreCoupon( String id);
+    Result changeStatus(String id);
+
+    Result generateStoreCoupon(String id);
 
     Result getPageByStoreCoupon(StoreCouponSingleQuery query);
 }

--
Gitblit v1.8.0