From 48e2278d7ac330c7f05deda6f884acb6f01206b4 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期一, 13 四月 2026 17:13:51 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs b/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs
index b1eb8ca..ce97d57 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs
@@ -3,7 +3,9 @@
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
+using WIDESEA_Core;
 using WIDESEA_Core.BaseRepository;
+using WIDESEA_Core.Enums;
 using WIDESEA_DTO.Stock;
 using WIDESEA_Model.Models;
 
@@ -17,10 +19,18 @@
 
         List<Dt_StockInfo> GetStockInfos(string materielCode);
 
+        List<Dt_StockInfo> GetStockInfos(string materielCode, string lotNo, List<string> locationCodes);
+
         List<Dt_StockInfo> GetStockInfos(string materielCode, List<string> locationCodes);
 
         List<Dt_StockInfo> GetStockInfosByIds(List<int> ids);
 
+        /// <summary>
+        /// 鏍规嵁璐т綅缂栧彿鑾峰彇缁勭洏搴撳瓨淇℃伅
+        /// </summary>
+        /// <param name="materielCode"></param>
+        /// <returns></returns>
+        List<Dt_StockInfo> LocationCodesGetStockInfos(List<string> locationCodes, StockStatusEmun statusEmun = StockStatusEmun.宸插叆搴�);
         List<Dt_StockInfo> GetStockInfosByPalletCodes(List<string> palletCodes);
         List<Dt_StockInfo> GetStockInfosByPalletCode(List<string> palletCodes);
 
@@ -29,5 +39,9 @@
         bool UpdateDataWithDetail(Dt_StockInfo stockInfo);
 
         Dt_StockInfo GetPalletStockInfo(string roadwayNo);
+
+        WebResponseContent GetStockDetails(SaveModel saveModel);
+
+        WebResponseContent UpdateGetStockDetails(SaveModel saveModel);
     }
 }

--
Gitblit v1.9.3