From 14b3dd223d4a148a4ca681a5c542901dfe74f029 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 26 九月 2025 17:49:08 +0800
Subject: [PATCH] 店铺优惠卷调整

---
 framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponService.java |    5 +++++
 1 files changed, 5 insertions(+), 0 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 44c4759..4764c76 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
@@ -6,6 +6,7 @@
 import cn.lili.modules.lmk.domain.form.StoreCouponForm;
 import cn.lili.modules.lmk.domain.query.StoreCouponQuery;
 import org.springframework.web.bind.annotation.PathVariable;
+import org.springframework.web.bind.annotation.RequestBody;
 
 import java.util.List;
 
@@ -66,4 +67,8 @@
     Result all();
 
     Result getCoupon(String id);
+
+    Result addStoreCoupon(StoreCouponForm storeCoupon);
+
+    Result generateStoreCoupon( String id);
 }

--
Gitblit v1.8.0