From 4d0371aa548eb7b5e1678b2036da95bb322d2cf1 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 10 三月 2026 19:56:25 +0800
Subject: [PATCH] 优化出入库完成反馈WMS

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSInOutBoundCompleteFeedback.cs |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSInOutBoundCompleteFeedback.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSInOutBoundCompleteFeedback.cs"
index 25945e8..f3aaf28 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSInOutBoundCompleteFeedback.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSInOutBoundCompleteFeedback.cs"
@@ -15,6 +15,18 @@
         /// 浠诲姟鍙�
         /// </summary>
         public string taskCode { get; set; }
+        /// <summary>
+        /// 涓婃父閿欒鎻忚堪
+        /// </summary>
+        public string memo { get; set; }
+        /// <summary>
+        /// 涓婃父鐘舵�佺爜
+        /// </summary>
+        public string custStatus { get; set; }
+        /// <summary>
+        /// 浠诲姟鐘舵�侊細1-鎵ц涓紝2-瀹屾垚锛�3-澶辫触 4-璧风偣瀹屾垚
+        /// </summary>
+        public int status { get; set; }
 
         /// <summary>
         /// 瀹瑰櫒缂栫爜
@@ -35,12 +47,12 @@
         /// 涓氬姟绫诲瀷
         /// 1-闈㈡枡锛�2-鎴愬搧锛�3-瑁佸壀锛�4-閰嶅
         /// </summary>
-        public int? businessType { get; set; }
+        //public int? businessType { get; set; }
 
         /// <summary>
         /// 瀹屾垚绫诲瀷
         /// 1-鑷姩瀹屾垚锛�2-鎵嬪姩瀹屾垚
         /// </summary>
-        public int completeType { get; set; } = 1;
+        //public int completeType { get; set; } = 1;
     }
 }

--
Gitblit v1.9.3