From 6fed1f731b16c1820a43fc34130a70b21465e2bb Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 11 十一月 2025 14:53:18 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/removeWorkOrderInfo.cs |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/removeWorkOrderInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/removeWorkOrderInfo.cs"
new file mode 100644
index 0000000..fbd7dda
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/removeWorkOrderInfo.cs"
@@ -0,0 +1,33 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using WIDESEA_Core;
+
+namespace WIDESEA_StoragIntegrationServices
+{
+    /// <summary>
+    /// BDC璇锋眰鐒婅鐗瑰緛涓嬪彂
+    /// 鎺ュ彛鎻忚堪: 杞﹁韩杩涘叆BDC鏃讹紝BDC璇诲彇杞﹁韩涓婄殑涓�缁存潯鐮佸悜MES璇锋眰鐒婅鐗瑰緛淇℃伅
+    /// </summary>
+    public partial class MESService
+    {
+        public WebResponseContent removeWorkOrderInfo(string jsonData)
+        {
+            WebResponseContent content = new WebResponseContent();
+            try
+            {   
+
+
+                return content.OK();
+            }
+            catch (Exception ex)
+            {
+
+                return content.OK(ex.Message);
+            }
+
+        }
+    }
+}

--
Gitblit v1.9.3