From 18e076538e40b7cc3a8b28028b1c3c6a3e0e5618 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 20 四月 2026 23:51:22 +0800
Subject: [PATCH] feat(IStockInfoService): 新增UpdateMesUploadStatusAsync方法

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
index 1c2483b..3c886c7 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -56,13 +56,21 @@
         /// </summary>
         /// <param name="warehouseId">浠撳簱ID</param>
         /// <returns>3D甯冨眬DTO</returns>
-        Task<Stock3DLayoutDTO> Get3DLayoutAsync(int warehouseId);
-
+        Task<Stock3DLayoutDTO> Get3DLayoutAsync(int warehouseId);
+
         /// <summary>
         /// 浣跨敤浜嬪姟鍒犻櫎搴撳瓨鍜屾槑缁嗕俊鎭紙鍏堟煡璇㈠啀鍒犻櫎锛�
         /// </summary>
         /// <param name="stockId">搴撳瓨ID</param>
         /// <returns>鍒犻櫎缁撴灉</returns>
         Task<WebResponseContent> DeleteStockWithDetailsAsync(int stockId);
+
+        /// <summary>
+        /// 鏇存柊MES涓婁紶鐘舵��
+        /// </summary>
+        /// <param name="palletCode">鎵樼洏鍙�</param>
+        /// <param name="status">MES涓婁紶鐘舵�佸��</param>
+        /// <returns>鏇存柊鏄惁鎴愬姛</returns>
+        Task<bool> UpdateMesUploadStatusAsync(string palletCode, int status);
     }
 }

--
Gitblit v1.9.3