From 11a5fb245177328f1899a9c89ec983354356168c Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 26 二月 2026 14:36:56 +0800
Subject: [PATCH] 1

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
index a95e2d6..a5488dd 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
@@ -39,10 +39,10 @@
         public int StationType {  get; set; }
 
         /// <summary>
-        /// 瀵瑰簲鍫嗗灈鏈烘帓-鍒�-灞�
+        /// 瀵瑰簲鍥涘悜杞︾偣ID
         /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀵瑰簲鍫嗗灈鏈烘帓-鍒�-灞�")]
-        public string StackerCraneStationCode { get; set; }
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀵瑰簲鍥涘悜杞︾偣ID")]
+        public string RGVStationCode { get; set; }
 
         /// <summary>
         /// 绔欏彴璁惧缂栧彿
@@ -51,10 +51,10 @@
         public string StationDeviceCode { get; set; }
 
         /// <summary>
-        /// 鍫嗗灈鏈虹紪鍙�
+        /// RGV缂栧彿
         /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍫嗗灈鏈虹紪鍙�")]
-        public string StackerCraneCode { get; set; }
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "RGV缂栧彿")]
+        public string RGVCode { get; set; }
 
         /// <summary>
         /// AGV绔欏彴缂栧彿

--
Gitblit v1.9.3