Update SmsFlashPromotionService.java

This commit is contained in:
macro
2025-02-25 09:19:56 +08:00
parent 5b14c5fc45
commit f37b8c3645

View File

@@ -35,7 +35,7 @@ public interface SmsFlashPromotionService {
SmsFlashPromotion getItem(Long id); SmsFlashPromotion getItem(Long id);
/** /**
* 分页查询活动 * 根据关键字分页查询活动
*/ */
List<SmsFlashPromotion> list(String keyword, Integer pageSize, Integer pageNum); List<SmsFlashPromotion> list(String keyword, Integer pageSize, Integer pageNum);
} }