update 将dubbo包名改为remote包名

This commit is contained in:
疯狂的狮子Li
2026-03-23 15:02:11 +08:00
parent 4ece33d81d
commit 792941fed9
18 changed files with 17 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
package org.dromara.workflow.dubbo;
package org.dromara.workflow.remote;
import lombok.RequiredArgsConstructor;
import org.dromara.common.http.annotation.RemoteServiceController;