From 0cbe01e1241f9af562d86dc79b5f0949ada81dba Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 22 十月 2025 09:20:08 +0800
Subject: [PATCH] 1

---
 代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs |   51 +++++++++++++++++++++++++++++++++++----------------
 1 files changed, 35 insertions(+), 16 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs"
index d832920..308945b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs"
@@ -19,16 +19,16 @@
         public int Station_id { get; set; }
 
         /// <summary>
-        /// 绔欏彴缂栧彿
+        /// 璁惧淇℃伅
         /// </summary>
-        [SugarColumn( ColumnDescription = "绔欏彴缂栧彿")]
-        public int Station_code { get; set; }
+        [SugarColumn( ColumnDescription = "璁惧淇℃伅")]
+        public string Station_code { get; set; }
 
         /// <summary>
-        /// 绔欏彴鍚嶇Оremark
+        /// 绫诲瀷(1锛氬叆搴擄紝锛�2锛氬嚭搴�)
         /// </summary>
-        [SugarColumn(Length = 50, ColumnDescription = "绔欏彴鍚嶇О")]
-        public string Station_name { get; set; }
+        [SugarColumn(Length = 50, ColumnDescription = "绫诲瀷")]
+        public int Station_tasktype { get; set; }
 
         /// <summary>
         /// 绫诲瀷
@@ -43,7 +43,7 @@
         public int Station_enable { get; set; }
 
         /// <summary>
-        /// 鍖哄煙
+        /// 鍖哄煙(1-4涓哄贩閬�,5:鍐呬晶RGV锛岋紝锛�6锛氬渚GV)
         /// </summary>
         [SugarColumn( ColumnDescription = "鍖哄煙",IsNullable =true)]
         public int Station_Area { get; set; }
@@ -65,26 +65,45 @@
         /// <summary>
         /// 杩囬亾鍦板潃姣�1
         /// </summary>
-        [SugarColumn(Length = 255, ColumnDescription = "杩囬亾鍦板潃姣�1")]
-        public string MotherCarDeviceCode { get; set; }
+        [SugarColumn(Length = 50, ColumnDescription = "杩囬亾鍦板潃姣�1")]
+        public int MotherCarDeviceCode { get; set; }
 
         /// <summary>
         /// 杩囬亾鍦板潃姣�2
         /// </summary>
-        [SugarColumn(Length = 255, ColumnDescription = "杩囬亾鍦板潃姣�2")]
-        public string MotherCardeputy { get; set; }
+        [SugarColumn(Length = 50, ColumnDescription = "杩囬亾鍦板潃姣�2")]
+        public int MotherCardeputy { get; set; }
 
         /// <summary>
         /// 姣嶅湴鍧�锛堝鏍囧爢鍨涙満鍙栬揣鍙o級
         /// </summary>
-        [SugarColumn(Length = 255, ColumnDescription = "姣嶅湴鍧�")]
-        public string Motherinlaw { get; set; }
-
+        [SugarColumn(Length = 50, ColumnDescription = "姣嶅湴鍧�")]
+        public int Motherinlaw { get; set; }
+        
         /// <summary>
         /// 瀛愬湴鍧�锛堝鏍囪繃閬撶珯鍙�)
         /// </summary>
-        [SugarColumn(Length = 255, ColumnDescription = "瀛愬湴鍧�")]
-        public string ZicheMotherinlaw { get; set; }
+        [SugarColumn(Length = 50, ColumnDescription = "瀛愬湴鍧�")]
+        public int ZicheMotherinlaw { get; set; }
+
+
+        /// <summary>
+        /// HCJ瀛樻斁鐐�
+        /// </summary>
+        [SugarColumn(Length = 50, ColumnDescription = "HCJ瀛樻斁鐐�")]
+        public int HCJStorageaddress { get; set; }
+
+        /// <summary>
+        /// 绛夊緟鐐�1
+        /// </summary>
+        [SugarColumn(Length = 50, ColumnDescription = "绛夊緟鐐�1")]
+        public int WaitmomentOne { get; set; }
+
+        /// <summary>
+        /// 绛夊緟鐐�2
+        /// </summary>
+        [SugarColumn(Length = 50, ColumnDescription = "绛夊緟鐐�2")]
+        public int WaitmomentTwo { get; set; }
 
 
     }

--
Gitblit v1.9.3