| | |
| | | import com.ruoyi.promotion.controller.management.vo.CouponReceiveDetailVO; |
| | | import com.ruoyi.promotion.controller.management.vo.MgtCouponVO; |
| | | import com.ruoyi.promotion.domain.Coupon; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | * @return PageDTO<CouponReceiveDetailVO> |
| | | */ |
| | | PageDTO<CouponReceiveDetailVO> getReceiveDetail(MgtCouponReceiveQuery query); |
| | | |
| | | /** |
| | | * 查询领取详情列表 |
| | | * |
| | | * @param query 管理后台-优惠券领取详情查询对象 |
| | | * @return List<CouponReceiveDetailVO> |
| | | */ |
| | | List<CouponReceiveDetailVO> getCouponReceiveDetailList(MgtCouponReceiveQuery query); |
| | | } |