From bdf04af3958fb7a61f3180aa1efb795ba8ac00d2 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期一, 08 九月 2025 15:28:09 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 framework/src/main/java/cn/lili/modules/promotion/service/CouponService.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/promotion/service/CouponService.java b/framework/src/main/java/cn/lili/modules/promotion/service/CouponService.java
index 47b9533..d7af362 100644
--- a/framework/src/main/java/cn/lili/modules/promotion/service/CouponService.java
+++ b/framework/src/main/java/cn/lili/modules/promotion/service/CouponService.java
@@ -6,6 +6,8 @@
 import cn.lili.modules.promotion.entity.vos.CouponVO;
 import com.baomidou.mybatisplus.core.metadata.IPage;
 
+import java.util.List;
+
 /**
  * 浼樻儬鍒镐笟鍔″眰
  *
@@ -14,6 +16,9 @@
  */
 public interface CouponService extends AbstractPromotionsService<Coupon> {
 
+    Long getCouponsCountByIdAndMemberId(String couponId);
+
+    void getUserCouponsStatus(List<CouponVO> list);
     /**
      * 棰嗗彇浼樻儬鍒�
      *

--
Gitblit v1.8.0