From 314076388f664f8ce1a1d19c4c9717fe54634e05 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期六, 18 四月 2026 15:51:51 +0800
Subject: [PATCH] Merge branch 'dev' of http://115.159.85.185:8098/r/SuZhouGuanHong/ShanMeiXinNengYuan into dev

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
index 163d16d..1c2483b 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -1,5 +1,7 @@
-锘縰sing WIDESEA_Core.BaseRepository;
+using WIDESEA_Core;
+using WIDESEA_Core.BaseRepository;
 using WIDESEA_Core.BaseServices;
+using WIDESEA_DTO.Stock;
 using WIDESEA_Model.Models;
 
 namespace WIDESEA_IStockService
@@ -48,5 +50,19 @@
         /// <param name="locationCode">璐т綅缂栫爜</param>
         /// <returns>搴撳瓨淇℃伅</returns>
         Task<Dt_StockInfo> GetStockInfoAsync(string palletCode, string locationCode);
+
+        /// <summary>
+        /// 鑾峰彇浠撳簱3D甯冨眬鏁版嵁
+        /// </summary>
+        /// <param name="warehouseId">浠撳簱ID</param>
+        /// <returns>3D甯冨眬DTO</returns>
+        Task<Stock3DLayoutDTO> Get3DLayoutAsync(int warehouseId);
+
+        /// <summary>
+        /// 浣跨敤浜嬪姟鍒犻櫎搴撳瓨鍜屾槑缁嗕俊鎭紙鍏堟煡璇㈠啀鍒犻櫎锛�
+        /// </summary>
+        /// <param name="stockId">搴撳瓨ID</param>
+        /// <returns>鍒犻櫎缁撴灉</returns>
+        Task<WebResponseContent> DeleteStockWithDetailsAsync(int stockId);
     }
 }

--
Gitblit v1.9.3