提交 c18dbb9b 编写于 作者: M macro

Update SmsCouponHistoryDao.java

上级 a58bcde7
......@@ -12,6 +12,13 @@ import java.util.List;
* Created by macro on 2018/8/29.
*/
public interface SmsCouponHistoryDao {
/**
* 获取优惠券历史详情
*/
List<SmsCouponHistoryDetail> getDetailList(@Param("memberId") Long memberId);
/**
* 获取指定会员优惠券列表
*/
List<SmsCoupon> getCouponList(@Param("memberId") Long memberId, @Param("useStatus")Integer useStatus);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册