agv정보표시할떄 dist 추가

This commit is contained in:
backuppc
2026-02-26 11:28:13 +09:00
parent 8beaa66516
commit 1948eda7ea

View File

@@ -70,6 +70,7 @@ namespace arDev
sb.AppendLine($"[TagNo] : {TagNo}" + @"\line");
sb.AppendLine($"[CallNo] : {CallNo}" + @"\line");
sb.AppendLine($"[CCANo] : {CCANo}" + @"\line");
sb.AppendLine($"[Dist] : {Distance}" + @"\line");
sb.AppendLine("}");
return sb.ToString();