From f2b85c65234e0dcdd3fcce4dafbe16933b7f1b48 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期日, 30 十一月 2025 04:22:51 +0800
Subject: [PATCH] 出入库流程代码更新

---
 项目代码/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs |   47 +++++++++++++++--------------------------------
 1 files changed, 15 insertions(+), 32 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
index 6502526..3993111 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
@@ -33,16 +33,22 @@
         /// 绔欏彴绫诲瀷 <br/>
         /// 1锛氬彧鍏� <br/>
         /// 2锛氬彧鍑� <br/>
-        /// 3锛氬彲鍏ュ彲鍑�
+        /// 3锛氬彲鍏ュ彲鍑�<br/>
         /// </summary>
         [SugarColumn(IsNullable = false, ColumnDescription = "绔欏彴绫诲瀷")]
         public int StationType {  get; set; }
 
         /// <summary>
-        /// 瀵瑰簲鍫嗗灈鏈烘帓-鍒�-灞�
+        /// 鍙栨斁浣嶇疆
         /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀵瑰簲鍫嗗灈鏈烘帓-鍒�-灞�")]
-        public string StackerCraneStationCode { get; set; }
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍙栨斁浣嶇疆")]
+        public string CraneStationCode { get; set; }
+
+        /// <summary>
+        /// 鍏宠仈鎷i�夊伐浣�
+        /// </summary>
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍏宠仈鎷i�夊伐浣�")]
+        public string PickStationCode { get; set; }
 
         /// <summary>
         /// 绔欏彴璁惧缂栧彿
@@ -51,41 +57,18 @@
         public string StationDeviceCode { get; set; }
 
         /// <summary>
-        /// 鍫嗗灈鏈虹紪鍙�
+        /// 鍏宠仈璁惧
         /// </summary>
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍫嗗灈鏈虹紪鍙�")]
-        public string StackerCraneCode { get; set; }
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍏宠仈璁惧")]
+        public string CraneCode { get; set; }
 
-        /// <summary>
-        /// AGV绔欏彴缂栧彿
-        /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "AGV绔欏彴缂栧彿")]
-        public string? AGVStationCode { get; set; }
-        /// <summary>
-        /// AGV绔欏彴鍙栨斁楂樺害
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "AGV绔欏彴鍙栨斁楂樺害")]
-        public decimal AGVStationHeight { get; set; }
-        /// <summary>
-        /// AGV鍓嶇疆鐐�
-        /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "AGV鍓嶇疆鐐�")]
-        public string? AGVFrontCode { get; set; }
         /// <summary>
         /// 绔欏彴鏄惁鍙敤 <br/>
         /// 0锛氬彲鐢� <br/>
-        /// 1锛氬崰鐢� <br/>
+        /// 1锛氱鐢� <br/>
         /// </summary>
         [SugarColumn(IsNullable = false, ColumnDescription = "绔欏彴鏄惁鍙敤")]
-        public int IsOccupied { get; set; }
-
-        /// <summary>
-        /// 绔欏彴鏄惁鍙敤 <br/>
-        /// 0锛氬彲鐢� <br/>
-        /// 1锛氬崰鐢� <br/>
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "绔欏彴鏄惁鍙敤")]
-        public int IsManual { get; set; }
+        public int Enable { get; set; }
 
         /// <summary>
         /// 澶囨敞

--
Gitblit v1.9.3