Update SmsCouponHistoryDao.java
This commit is contained in:
parent
a58bcde73e
commit
c18dbb9b5e
@ -12,6 +12,13 @@ import java.util.List;
|
|||||||
* Created by macro on 2018/8/29.
|
* Created by macro on 2018/8/29.
|
||||||
*/
|
*/
|
||||||
public interface SmsCouponHistoryDao {
|
public interface SmsCouponHistoryDao {
|
||||||
|
/**
|
||||||
|
* 获取优惠券历史详情
|
||||||
|
*/
|
||||||
List<SmsCouponHistoryDetail> getDetailList(@Param("memberId") Long memberId);
|
List<SmsCouponHistoryDetail> getDetailList(@Param("memberId") Long memberId);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取指定会员优惠券列表
|
||||||
|
*/
|
||||||
List<SmsCoupon> getCouponList(@Param("memberId") Long memberId, @Param("useStatus")Integer useStatus);
|
List<SmsCoupon> getCouponList(@Param("memberId") Long memberId, @Param("useStatus")Integer useStatus);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user