From 7aa3389ed873054a07a963ac010190d12e7ce89b Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 15 十月 2025 14:25:25 +0800
Subject: [PATCH] 统计
---
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