From f344c6a0626b480cfeaf380b82f71b6553a9b429 Mon Sep 17 00:00:00 2001
From: duyongjia <adu_555@163.com>
Date: 星期三, 25 十二月 2024 09:33:24 +0800
Subject: [PATCH] 原料出库修改

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs"
index 2cdd70c..5bd0086 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs"
@@ -26,7 +26,7 @@
         List<Dt_StockInfo> GetStockInfosExclude(string materielCode, List<string> palletCodes);
 
         bool UpdateDataWithDetail(Dt_StockInfo stockInfo);
-
         Dt_StockInfo GetPalletStockInfo(string roadwayNo);
+        Dt_StockInfo GetPalletStockInfo(string roadwayNo, string strayType);
     }
 }

--
Gitblit v1.9.3