update 优化 修改 RemotePushPayLoad 包结构

This commit is contained in:
疯狂的狮子Li
2026-03-30 18:36:55 +08:00
parent 58afbf3ebf
commit fd22881cd8
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import org.dromara.common.core.enums.PushTypeEnum;
import org.dromara.common.push.dto.PushPayloadDTO;
import org.dromara.common.push.helper.PushHelper;
import org.dromara.resource.api.RemoteMessageService;
import org.dromara.resource.api.domain.dto.RemotePushPayLoad;
import org.dromara.resource.api.domain.RemotePushPayLoad;
import org.dromara.resource.service.ISysMessageService;
import org.springframework.stereotype.Service;