From 595b44f79c7580b3d95c63194b1df4f00600f926 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期六, 18 四月 2026 15:08:14 +0800
Subject: [PATCH] Revert "fix(WMS): 修复货位状态变动记录"

---
 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 c1af291..1c2483b 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -1,4 +1,5 @@
-锘縰sing WIDESEA_Core.BaseRepository;
+using WIDESEA_Core;
+using WIDESEA_Core.BaseRepository;
 using WIDESEA_Core.BaseServices;
 using WIDESEA_DTO.Stock;
 using WIDESEA_Model.Models;
@@ -55,6 +56,13 @@
         /// </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);
     }
 }

--
Gitblit v1.9.3