From 9265301c1655fffdc71cca7b0e0cfab1af89afeb Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 16 四月 2026 19:07:48 +0800
Subject: [PATCH] 添加接口日志配置文件,优化接口日志记录方法,优化获取阻碍托生成移库任务方法

---
 代码管理/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..7f514e7 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