zxl
5 天以前 8c4818a77b2279e1993a7022f21a6bc85046fdba
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);
    /**
     * 领取优惠券
     *