取消关联

This commit is contained in:
2025-09-13 09:30:41 +08:00
parent 0794ac7569
commit 02e5684c0f
3 changed files with 21 additions and 2 deletions

View File

@@ -47,6 +47,12 @@ public interface MkCouponGiftService extends IService<MkCouponGift> {
*/
void upCouponGift(Long sourceId, String sourceName, Integer type, List<MkCouponGiftDTO> couponGiftList);
/**
* 通过关联Id取消该关联关系
*/
void cancelGift(Long id);
/**
* 删除关联券
*