From 6b74e1dcf5642c8f56975471e27780d695953989 Mon Sep 17 00:00:00 2001
From: 陈勇 <竞男@ASUNA>
Date: 星期日, 26 四月 2026 15:48:01 +0800
Subject: [PATCH] 同步代码

---
 项目代码/WMS/WMSServer/WIDESEA_IStoragIntegrationServices/MES/IMESService.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_IStoragIntegrationServices/MES/IMESService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_IStoragIntegrationServices/MES/IMESService.cs"
index a5ab0d6..5c67e70 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_IStoragIntegrationServices/MES/IMESService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_IStoragIntegrationServices/MES/IMESService.cs"
@@ -5,6 +5,7 @@
 using System.Threading.Tasks;
 using WIDESEA_Core;
 using WIDESEA_DTO;
+using WIDESEA_Model.Models;
 using WIDESEAWCS_Model.Models;
 
 namespace WIDESEA_IStoragIntegrationServices
@@ -41,7 +42,7 @@
         /// <param name="stationNo">绔欏彴璇锋眰鐐逛綅</param>
         /// <param name="palletCdoe">婊戞﹪鍙�</param>
         /// <returns></returns>
-        WebResponseContent issuedCharacter(string rfidPrint, string stationNo,string palletCdoe);
+        WebResponseContent issuedCharacter(string rfidPrint, string stationNo, string palletCdoe);
 
         /// <summary>
         ///  杞﹁韩缁戝畾宸ュ崟  鐒�-娑傘�佹秱-鎬诲伐鍗曠粦瀹�
@@ -71,5 +72,7 @@
         WebResponseContent pullLock(object jsondata);
 
         WebResponseContent syncOrderFeature(object json);
+
+        WebResponseContent LockRequest(Dt_CarBodyInfo carBody, int operationType);
     }
 }

--
Gitblit v1.9.3