From 197acf666976849d9d51f0c5f78c7672b2e63a07 Mon Sep 17 00:00:00 2001
From: zongzhibin <zongzhibin@weben-smart.com>
Date: 周日, 24 11月 2024 14:38:34 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine

---
 SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs
index 70f2da2..a0a49e0 100644
--- a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs
+++ b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs
@@ -480,6 +480,34 @@
         /// </summary>
         [Description("鍑哄簱浠诲姟鍙�")]
         public short R_Outbound_TaskID { get; set; }
+
+        /// <summary>
+        /// 鐮佸灈鏀捐揣瀹屾垚
+        /// </summary>
+        [Description("鐮佸灈鏀捐揣瀹屾垚")]
+        public bool R_PalletizingFinish { get; set; }
+        /// <summary>
+        /// 鐮佸灈璇诲彇浠诲姟鍙�
+        /// </summary>
+        [Description("鐮佸灈璇诲彇浠诲姟鍙�")]
+        public short R_PalletizingTaskNo { get; set; }
+        /// <summary>
+        /// 鐮佸灈浣嶇疆1鐘舵��
+        /// </summary>
+        [Description("鐮佸灈浣嶇疆1鐘舵��")]
+        public short R_PalletizingStation1 { get; set; }
+        /// <summary>
+        /// 鐮佸灈浣嶇疆2鐘舵��
+        /// </summary>
+        [Description("鐮佸灈浣嶇疆2鐘舵��")]
+        public short R_PalletizingStation2 { get; set; }
+
+        /// <summary>
+        /// 寮哄埗鍑哄簱妯″紡
+        /// </summary>
+        [Description("寮哄埗鍑哄簱妯″紡")]
+        public bool R_ForceOutboundMode { get; set; }
+
     }
 
     public class StationDBForReadComm
@@ -539,6 +567,32 @@
         /// </summary>
         [Description("鍑哄簱浠诲姟鍙�")]
         public string R_Outbound_TaskID { get; set; }
+        /// <summary>
+        /// 鐮佸灈鏀捐揣瀹屾垚
+        /// </summary>
+        [Description("鐮佸灈鏀捐揣瀹屾垚")]
+        public string R_PalletizingFinish { get; set; }
+        /// <summary>
+        /// 鐮佸灈璇诲彇浠诲姟鍙�
+        /// </summary>
+        [Description("鐮佸灈璇诲彇浠诲姟鍙�")]
+        public string R_PalletizingTaskNo { get; set; }
+        /// <summary>
+        /// 鐮佸灈浣嶇疆1鐘舵��
+        /// </summary>
+        [Description("鐮佸灈浣嶇疆1鐘舵��")]
+        public string R_PalletizingStation1 { get; set; }
+        /// <summary>
+        /// 鐮佸灈浣嶇疆2鐘舵��
+        /// </summary>
+        [Description("鐮佸灈浣嶇疆2鐘舵��")]
+        public string R_PalletizingStation2 { get; set; }
+
+        /// <summary>
+        /// 寮哄埗鍑哄簱妯″紡
+        /// </summary>
+        [Description("寮哄埗鍑哄簱妯″紡")]
+        public string R_ForceOutboundMode { get; set; }
 
     }
 }

--
Gitblit v1.9.3