赠券修改

This commit is contained in:
张松
2025-11-25 13:44:12 +08:00
parent 19d51a691a
commit 921aa45ca1
6 changed files with 8 additions and 8 deletions

View File

@@ -63,6 +63,6 @@ public interface MkShopCouponRecordService extends IService<MkShopCouponRecord>
*/
void deleteRecord(Long id);
Boolean grant(Long shopId, MkRewardCouponDTO rewardCouponDTO);
Boolean grant(Long shopId, MkRewardCouponDTO rewardCouponDTO, String source);
}