From b11c7cb552d6d07cca5aff1cc7dc668048fb4884 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期二, 09 十二月 2025 09:53:26 +0800
Subject: [PATCH] 获取托盘中含有的执行中的单据GetPalletListBySo可以筛选到状态为待下发、任务下发、待拣货、部分拣货的单据

---
 Wms/Model/InterFaceModel/HttpModel.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs
index 2f931b9..8cd5fbb 100644
--- a/Wms/Model/InterFaceModel/HttpModel.cs
+++ b/Wms/Model/InterFaceModel/HttpModel.cs
@@ -38,6 +38,11 @@
             /// </summary>
             public string Message { get; set; }
         }
+        public class SapResultModel
+        { 
+            public bool RESULT { get; set; }
+            public string MESSAGE { get; set; }
+        }
 
         public class SendQcNoModel
         {
@@ -698,6 +703,7 @@
             /// 鍦板潃
             /// </summary>
             public string Address { get; set; }
+            public string streetAddress { get; set; }
             /// <summary>
             /// 鑱旂郴浜�
             /// </summary>

--
Gitblit v1.8.0