消费赠券领取详情

This commit is contained in:
2025-10-11 11:50:21 +08:00
parent b1e5427561
commit 1d36efdfe8
3 changed files with 49 additions and 9 deletions

View File

@@ -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);
/**