[完整的跳站功能]
This commit is contained in:
yangyakun
2026-03-18 20:11:43 +08:00
parent cf10a6a706
commit 9e80a6896e
16 changed files with 179 additions and 13 deletions

View File

@@ -39,6 +39,7 @@ public class TaskContinueNotification {
public String toString() {
return "TaskContinueNotification{" +
"curStation=" + curStation +
", nextStation=" + nextStation +
'}';
}