From 3565ef641c4204aaf7d9a2eaf770ca034110f67a Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 20 十一月 2025 09:16:04 +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