获取列表

This commit is contained in:
2025-10-16 09:11:10 +08:00
parent 5a18dcf8a0
commit eb49945e0f
3 changed files with 9 additions and 8 deletions

View File

@@ -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);
/**
* 添加营销推送发送任务