From cde0e8408bf0e3bef338075732db9939a74e4283 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期五, 25 七月 2025 13:55:06 +0800 Subject: [PATCH] * --- src/main/java/com/zy/core/model/command/CrnCommand.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/core/model/command/CrnCommand.java b/src/main/java/com/zy/core/model/command/CrnCommand.java index 9454973..219a53c 100644 --- a/src/main/java/com/zy/core/model/command/CrnCommand.java +++ b/src/main/java/com/zy/core/model/command/CrnCommand.java @@ -123,4 +123,13 @@ System.out.println("绀兼嫓"); System.out.println(mm); } + + public String getNowTask() { + String souLoc = this.getSourcePosX() + "鎺�" + this.getSourcePosY() + "鍒�" + this.getSourcePosZ() + "灞�"; + String endLoc = this.getDestinationPosX() + "鎺�" + this.getDestinationPosY() + "鍒�" + this.getDestinationPosY() + "灞�"; + + return "浠诲姟鍙�:"+this.taskNo+";璧风偣:"+souLoc+";缁堢偣:"+endLoc+";妯″紡:"+this.taskModeType.name(); + } + + } -- Gitblit v1.9.1