From 19c66ba052a7fb26c4d27deaa75ae46479eee342 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 01 四月 2024 10:36:44 +0800
Subject: [PATCH] 优化堆垛逻辑和入库逻辑

---
 代码管理/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs"
index 571c184..9bab559 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs"
@@ -80,6 +80,15 @@
         public string plcdetail_name { get; set; }
 
         /// <summary>
+        ///璁惧鍚嶇О
+        /// </summary>
+        [Display(Name = "璁惧鍚嶇О")]
+        [MaxLength(50)]
+        [Column(TypeName = "nvarchar(100)")]
+        [Editable(true)]
+        public string plcdetail_number { get; set; }
+
+        /// <summary>
         ///澶勭悊鏂规硶
         /// </summary>
         [Display(Name = "澶勭悊鏂规硶")]

--
Gitblit v1.9.3