From 83d0cb16e0b20fa85842954145e814c8e8560977 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期一, 15 十二月 2025 13:15:38 +0800
Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/JC34WMS

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

diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs
index b6f6180..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
         {

--
Gitblit v1.8.0