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

@@ -15,7 +15,7 @@ import org.dromara.common.core.utils.StringUtils;
import org.dromara.resource.api.RemoteMailService;
import org.dromara.resource.api.RemoteMessageService;
import org.dromara.resource.api.RemoteSmsService;
import org.dromara.resource.api.domain.dto.RemotePushPayLoad;
import org.dromara.resource.api.domain.RemotePushPayLoad;
import org.dromara.system.api.domain.vo.RemoteUserVo;
import org.dromara.warm.flow.core.FlowEngine;
import org.dromara.warm.flow.core.entity.Node;