Update SmsFlashPromotionService.java
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user