From 6ba24a49c009cca01d9c02b9dae692a53b8be116 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 24 九月 2025 13:58:30 +0800
Subject: [PATCH] 入库

---
 代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs |   27 +++++++++++++++++----------
 1 files changed, 17 insertions(+), 10 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..fd5c408 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"
@@ -43,7 +43,7 @@
         public int Station_enable { get; set; }
 
         /// <summary>
-        /// 鍖哄煙
+        /// 鍖哄煙(1:澶栦晶   2:鍐呬晶)
         /// </summary>
         [SugarColumn( ColumnDescription = "鍖哄煙",IsNullable =true)]
         public int Station_Area { get; set; }
@@ -65,26 +65,33 @@
         /// <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; }
 
 
     }

--
Gitblit v1.9.3