Commit f37b8c36 authored by macro's avatar macro
Browse files

Update SmsFlashPromotionService.java

parent 5b14c5fc
......@@ -35,7 +35,7 @@ public interface SmsFlashPromotionService {
SmsFlashPromotion getItem(Long id);
/**
* 分页查询活动
* 根据关键字分页查询活动
*/
List<SmsFlashPromotion> list(String keyword, Integer pageSize, Integer pageNum);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment