From 120e7a933c675b5587db9db17bb202075cacee00 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周五, 30 8月 2024 09:33:55 +0800
Subject: [PATCH] 1

---
 iWara.SCADA.Code/iWare.Wms.Core/Entity/SCADA/WorkPieceOutBound.cs |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 54 insertions(+), 5 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 93d6434..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,19 +20,65 @@
     [Comment("宸ヤ欢鍑哄簱琛�")]
     public class WorkPieceOutbound : DEntityBase
     {
+
+        /// <summary>
+        /// 宸ヤ欢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>
-        /// 宸ヤ欢OP80鎵撶殑鐮�
+        /// 涓嬬嚎鏃堕棿
         /// </summary>
-        [Comment("OP80鎵撶爜")]
-        [Required]
-        [MaxLength(255)]
-        public string OP80NewCode { get; set; }
+        [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>
         /// 鍑哄簱鏃堕棿
@@ -53,6 +99,9 @@
         [Comment("鍑哄簱浜哄悕绉�")]
         [MaxLength(32)]
         public string WorkPieceOutboundUserName { get; set; }
+
+        #endregion
+
         /// <summary>
         /// 澶囨敞
         /// </summary>

--
Gitblit v1.9.3