From 960b33fa24c47a330e51a2c24859d681ae62caeb Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 16 四月 2026 10:09:49 +0800
Subject: [PATCH] 重构任务与库存模型,增强日志管理与区域接口

---
 Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs |   39 ++++++++++++++++++++++++++++-----------
 1 files changed, 28 insertions(+), 11 deletions(-)

diff --git a/Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs b/Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs
index c337849..b32d657 100644
--- a/Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs
+++ b/Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs
@@ -33,12 +33,20 @@
         public int stationID { get; set; }
 
         /// <summary>
-        /// 绔欏彴绫诲瀷
+        /// 绔欏彴绫诲瀷 (1-涓婃枡鍙� 2-涓嬫枡鍙�)
         /// </summary>
         [ImporterHeader(Name = "绔欏彴绫诲瀷")]
         [ExporterHeader(DisplayName = "绔欏彴绫诲瀷")]
         [SugarColumn(IsNullable = false, ColumnDescription = "绔欏彴绫诲瀷")]
         public int stationType { get; set; }
+
+        /// <summary>
+        /// 宸ュ簭绫诲瀷 1銆佺紦瀛樺伐搴� 2銆佽澶囧伐搴�
+        /// </summary>
+        [ImporterHeader(Name = "宸ュ簭绫诲瀷")]
+        [ExporterHeader(DisplayName = "宸ュ簭绫诲瀷")]
+        [SugarColumn(IsNullable = false, ColumnDescription = "宸ュ簭绫诲瀷")]
+        public int stationProcessCodeType { get; set; }
 
         /// <summary>
         /// 鎵�灞濸LC
@@ -73,12 +81,12 @@
         public string stationChildCode { get; set; }
 
         /// <summary>
-        /// 璁惧鍖哄煙
+        /// 璁惧宸ュ簭
         /// </summary>
-        [ImporterHeader(Name = "璁惧鍖哄煙")]
-        [ExporterHeader(DisplayName = "璁惧鍖哄煙")]
-        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璁惧鍖哄煙")]
-        public string stationArea { get; set; }
+        [ImporterHeader(Name = "璁惧宸ュ簭")]
+        [ExporterHeader(DisplayName = "璁惧宸ュ簭")]
+        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璁惧宸ュ簭")]
+        public string stationProcessCode { get; set; }
 
         /// <summary>
         /// 鍧愭爣鍦板潃
@@ -99,12 +107,21 @@
         public string stationStatus { get; set; }
 
         /// <summary>
-        /// 妤煎眰
+        /// 绔欏彴鐗╂枡缂栫爜
         /// </summary>
-        [ImporterHeader(Name = "妤煎眰")]
-        [ExporterHeader(DisplayName = "妤煎眰")]
-        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "妤煎眰")]
-        public string stationFloor { get; set; }
+        [ImporterHeader(Name = "绔欏彴鐗╂枡缂栫爜")]
+        [ExporterHeader(DisplayName = "绔欏彴鐗╂枡缂栫爜")]
+        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "绔欏彴鐗╂枡缂栫爜")]
+        public string stationMaterialCode { get; set; }
+
+
+        /// <summary>
+        /// 鐩磋揪宸ュ簭
+        /// </summary>
+        [ImporterHeader(Name = "鐩磋揪宸ュ簭")]
+        [ExporterHeader(DisplayName = "鐩磋揪宸ュ簭")]
+        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "鐩磋揪宸ュ簭")]
+        public string stationNextProcessCode { get; set; }
 
     }
 }

--
Gitblit v1.9.3