From 096ccbee5905d5119e57a929fc19f49f9d5b6618 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期六, 22 十一月 2025 08:35:44 +0800
Subject: [PATCH] 修改自动分配排除线边库

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

diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs
index ebe1a0a..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
         {
@@ -685,7 +690,7 @@
             /// <summary>
             /// 缂栧彿
             /// </summary>
-            public long customerNo { get; set; }
+            public string customerNo { get; set; }
             /// <summary>
             /// 鍚嶇О
             /// </summary>
@@ -697,6 +702,7 @@
             /// <summary>
             /// 鍦板潃
             /// </summary>
+            public string Address { get; set; }
             public string streetAddress { get; set; }
             /// <summary>
             /// 鑱旂郴浜�

--
Gitblit v1.8.0