取消关联
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
/**
|
||||
* 删除关联券
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user