| | |
| | | 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> |
| | |
| | | */ |
| | | void updateCoupon(MgtCouponDTO dto); |
| | | |
| | | /** |
| | | * 上架/下架 |
| | | * |
| | | * @param dto 管理后台-优惠券上架下架数据传输对象 |
| | | */ |
| | | void updStatus(MgtCouponUpdDTO dto); |
| | | |
| | | /** |
| | |
| | | * @return PageDTO<CouponReceiveDetailVO> |
| | | */ |
| | | PageDTO<CouponReceiveDetailVO> getReceiveDetail(MgtCouponReceiveQuery query); |
| | | |
| | | /** |
| | | * 查询领取详情列表 |
| | | * |
| | | * @param query 管理后台-优惠券领取详情查询对象 |
| | | * @return List<CouponReceiveDetailVO> |
| | | */ |
| | | List<CouponReceiveDetailVO> getCouponReceiveDetailList(MgtCouponReceiveQuery query); |
| | | } |