From a19d2fd7d9f52f7daa15b32d434cb86fa7ffb30b Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周一, 09 9月 2024 14:38:34 +0800
Subject: [PATCH] 去掉不用的代码

---
 iWara.SCADA.Code/iWare.Wms.Core/Entity/SCADA/WorkPieceOutBound.cs |   62 +++++++++++++++++++++++++++---
 1 files changed, 55 insertions(+), 7 deletions(-)

diff --git a/iWara.SCADA.Code/iWare.Wms.Core/Entity/SCADA/WorkPieceOutBound.cs b/iWara.SCADA.Code/iWare.Wms.Core/Entity/SCADA/WorkPieceOutBound.cs
index c3b7b0c..082ea9b 100644
--- a/iWara.SCADA.Code/iWare.Wms.Core/Entity/SCADA/WorkPieceOutBound.cs
+++ b/iWara.SCADA.Code/iWare.Wms.Core/Entity/SCADA/WorkPieceOutBound.cs
@@ -20,20 +20,65 @@
     [Comment("宸ヤ欢鍑哄簱琛�")]
     public class WorkPieceOutbound : DEntityBase
     {
-        /// <summary>
-        /// 宸ヤ欢鍙�
-        /// </summary>
-        [Comment("宸ヤ欢鍙�")]
-        [Required, MaxLength(32)]
-        public string WorkPieceID { get; set; }
 
         /// <summary>
-        /// 宸ヤ欢OP80鎵撶殑鐮�
+        /// 宸ヤ欢OP80鎵撶殑鐮�-鍞竴绱㈠紩
         /// </summary>
         [Comment("OP80鎵撶爜")]
         [Required]
         [MaxLength(255)]
         public string OP80NewCode { get; set; }
+
+        /// <summary>
+        /// 灏忚溅鐮�
+        /// </summary>
+        [Comment("灏忚溅鐮�")]
+        [MaxLength(32)]
+        public string CarNo { get; set; }
+
+        /// <summary>
+        /// 闃舵
+        /// </summary>
+        [Comment("闃舵")]
+        public PieceUnLineStage? UnLineStage { get; set; }
+
+        /// <summary>
+        /// 闃舵鍚嶇О
+        /// </summary>
+        [Comment("闃舵鍚嶇О")]
+        public String UnLineStageName { get; set; }
+
+        /// <summary>
+        /// 宸ヤ欢鍙�
+        /// </summary>
+        [Comment("宸ヤ欢鍙�")]
+        public string WorkPieceID { get; set; }
+
+        #region 涓嬬嚎
+
+        /// <summary>
+        /// 涓嬬嚎鏃堕棿
+        /// </summary>
+        [Comment("涓嬬嚎鏃堕棿")]
+        public DateTime? WorkPieceUnLineTime { get; set; }
+
+
+        /// <summary>
+        /// 涓嬬嚎浜篒d
+        /// </summary>
+        [Comment("涓嬬嚎浜篒d")]
+        public long? WorkPieceUnLineUserId { get; set; }
+
+        /// <summary>
+        /// 涓嬬嚎浜哄悕绉�
+        /// </summary>
+        [Comment("涓嬬嚎浜哄悕绉�")]
+        [MaxLength(32)]
+        public string WorkPieceUnLineUserName { get; set; }
+
+        #endregion
+
+        #region 鍑哄簱
 
         /// <summary>
         /// 鍑哄簱鏃堕棿
@@ -54,6 +99,9 @@
         [Comment("鍑哄簱浜哄悕绉�")]
         [MaxLength(32)]
         public string WorkPieceOutboundUserName { get; set; }
+
+        #endregion
+
         /// <summary>
         /// 澶囨敞
         /// </summary>

--
Gitblit v1.9.3