消费赠券领取详情
This commit is contained in:
@@ -32,6 +32,10 @@ public interface MkShopCouponRecordService extends IService<MkShopCouponRecord>
|
||||
* 优惠券列表/已领取详情
|
||||
*/
|
||||
Page<MkShopCouponRecordDTO> getRecord(MkShopCouponRecordDTO param, String startTime, String endTime);
|
||||
/**
|
||||
* 消费赠券已领取详情
|
||||
*/
|
||||
Page<MkShopCouponRecordDTO> getConsumerRecord(MkShopCouponRecordDTO param, String startTime, String endTime);
|
||||
Page<MkShopCouponRecordDTO> getRecordByShopUser(MkShopCouponRecordDTO param, String startTime, String endTime);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user