From aeb971fe12b73d83d31a83b00f0a6e2876b24a00 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 09 四月 2026 21:21:51 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShengZhiNeng/GaoPuLiTiKu

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/HIKROBOT/HIKROBOTQuery.cs |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/HIKROBOT/HIKROBOTQuery.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/HIKROBOT/HIKROBOTQuery.cs"
index eadf542..4dddec2 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/HIKROBOT/HIKROBOTQuery.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/HIKROBOT/HIKROBOTQuery.cs"
@@ -32,7 +32,29 @@
         /// 灏忚溅缂栧彿
         /// </summary>
         public string singleRobotCode { get; set; }
+
+        /// <summary>
+        /// 灏忚溅绫诲瀷
+        /// </summary>
+        public string CarType { get; set; }
     }
 
+    public class FloorMapping
+    {
+        public static Dictionary<string, FloorInfo> FloorMap = new Dictionary<string, FloorInfo>
+    {
+        { "AA", new FloorInfo { Floor = "1妤�", PointCode = "1A" } },
+        { "BB", new FloorInfo { Floor = "2妤�", PointCode = "2B" } },
+        { "CC", new FloorInfo { Floor = "3妤�", PointCode = "3C" } },
+        { "DD", new FloorInfo { Floor = "4妤�", PointCode = "4D" } },
+        { "EE", new FloorInfo { Floor = "5妤�", PointCode = "5E" } },
+        { "FF", new FloorInfo { Floor = "6妤�", PointCode = "6F" } }
+    };
+    }
 
+    public class FloorInfo
+    {
+        public string Floor { get; set; }
+        public string PointCode { get; set; }
+    }
 }

--
Gitblit v1.9.3