用户优惠券列表
This commit is contained in:
@@ -32,6 +32,7 @@ public interface MkShopCouponRecordService extends IService<MkShopCouponRecord>
|
||||
* 优惠券列表/已领取详情
|
||||
*/
|
||||
Page<MkShopCouponRecordDTO> getRecord(MkShopCouponRecordDTO param, String startTime, String endTime);
|
||||
Page<MkShopCouponRecordDTO> getRecordByUser(MkShopCouponRecordDTO param, String startTime, String endTime);
|
||||
|
||||
/**
|
||||
* 发放券 统一方法
|
||||
|
||||
Reference in New Issue
Block a user