| | |
| | | import com.doumee.dao.web.dto.CouponDTO; |
| | | import com.doumee.dao.web.dto.MemberCouponDTO; |
| | | import com.doumee.dao.web.request.PayDetailRequest; |
| | | import com.doumee.dao.web.response.MemberCouponResponse; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | |
| | | * @param couponType |
| | | * @return |
| | | */ |
| | | IPage<CouponDTO> memberCouponPage(IPage pages, BigDecimal price, Integer memberId, Integer couponType); |
| | | IPage<MemberCouponResponse> memberCouponPage(IPage pages, BigDecimal price, Integer memberId, Integer couponType, Integer status); |
| | | |
| | | |
| | | /** |
| | | * 会员优惠券详情 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | MemberCouponResponse getMemberCouponDetail(Integer id); |
| | | /** |
| | | * 可用优惠券数量 |
| | | * @param price |