Update SmsFlashPromotionProductRelationService.java

This commit is contained in:
macro 2025-02-12 10:23:47 +08:00
parent 2b169f294c
commit 037314f9a2

View File

@ -41,7 +41,7 @@ public interface SmsFlashPromotionProductRelationService {
List<SmsFlashPromotionProduct> list(Long flashPromotionId, Long flashPromotionSessionId, Integer pageSize, Integer pageNum);
/**
* 根据活动和场次id获取商品关系数量
* 根据限时购和场次id获取商品关系数量
* @param flashPromotionId 限时购id
* @param flashPromotionSessionId 限时购场次id
*/