获取列表
This commit is contained in:
@@ -17,7 +17,7 @@ public interface SmsPushEventService extends IService<SmsPushEvent> {
|
||||
/**
|
||||
* 分页查询营销推送发送记录列表
|
||||
*/
|
||||
Page<SmsPushEventDTO> getPushEventPage(BaseQueryParam param, Long shopId, Long id);
|
||||
Page<SmsPushEventDTO> getPushEventPage(Integer page, Integer size, Long shopId, Long id);
|
||||
|
||||
/**
|
||||
* 添加营销推送发送任务
|
||||
|
||||
Reference in New Issue
Block a user