| | |
| | | */ |
| | | Page<CouponTemplateVO> getPointPage(Page page, QueryActivePointCouponDTO dto); |
| | | |
| | | /** |
| | | * 获取活动优惠券 |
| | | * 1.需要领取时间在有效期内的 |
| | | * 2.已经发布的 |
| | | * @param dto |
| | | * @return |
| | | */ |
| | | List<CouponTemplateVO> getActivityEffectList(QueryActivityEffectCouponDTO dto); |
| | | |
| | | void exchangeCoupon(ExchangeCouponDTO dto); |
| | | |
| | | /** |
| | | * 查询首页弹簧,且当前自己领取过的话则不用展示 |
| | | * @param dto |
| | | * @return |
| | | */ |
| | | CouponTemplateVO getHomeActivityEffectAlert(QueryActivityEffectCouponDTO dto); |
| | | |
| | | boolean expireActivityCouponTemplateAll(); |
| | | |
| | | List<CouponTemplateVO> getActivityEffectListWithMine(QueryActivityEffectCouponDTO dto); |
| | | } |