From 2d27e688d33998d2244b1b9cc04b942d88c0d4bf Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 30 三月 2026 12:42:13 +0800
Subject: [PATCH] feat(IStockInfoService): 新增 Get3DLayoutAsync 方法签名

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

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
index 163d16d..c1af291 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -1,5 +1,6 @@
 锘縰sing WIDESEA_Core.BaseRepository;
 using WIDESEA_Core.BaseServices;
+using WIDESEA_DTO.Stock;
 using WIDESEA_Model.Models;
 
 namespace WIDESEA_IStockService
@@ -48,5 +49,12 @@
         /// <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);
     }
 }

--
Gitblit v1.9.3