From 9ce6731460179c71f0f2c636b2a1598324d5194e Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 20 九月 2025 15:16:48 +0800
Subject: [PATCH] 最新代码更新

---
 项目代码/WMS/WMSServices/WIDESEA_IStockService/IProStockInfoService.cs |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_IStockService/IProStockInfoService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_IStockService/IProStockInfoService.cs"
index 6e082b8..85db83e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_IStockService/IProStockInfoService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_IStockService/IProStockInfoService.cs"
@@ -13,29 +13,5 @@
     public interface IProStockInfoService : IService<Dt_ProStockInfo>
     {
         IProStockInfoRepository Repository { get; }
-        /// <summary>
-        /// 鏍规嵁澶栧寘淇℃伅瑙g粦鍐呭寘涓庤兌妗嗗簱瀛樹俊鎭�
-        /// </summary>
-        /// <param name="proStockInfoDetails"></param>
-        /// <returns></returns>
-        WebResponseContent UnBindStock(List<Dt_ProStockInfoDetail> proStockInfoDetails);
-        /// <summary>
-        /// 鏌ユ壘鍙敤搴撳瓨
-        /// </summary>
-        List<Dt_ProStockInfo> GetUseableStocks(int warehoseId, Dt_ProOutOrderDetail proOutOrderDetail);
-        /// <summary>
-        /// 鑾峰彇鍑哄簱搴撳瓨
-        /// </summary>
-        List<Dt_ProStockInfo> GetOutboundStocks(List<Dt_ProStockInfo> stockInfos, Dt_ProOutOrderDetail outOrderDetail, float needQuantity, out float residueQuantity);
-        
-        /// <summary>
-        /// MES鎻愬簱鍙敤搴撳瓨
-        /// </summary>
-        /// <returns></returns>
-        public List<Dt_ProStockInfo> GetUseableStocks(Dt_MesRworkOutboundOrder mesRworkOutboundOrder);
-        /// <summary>
-        /// 鑾峰彇MES鎻愬簱搴撳瓨
-        /// </summary>
-        List<Dt_ProStockInfo> GetOutboundStocks(List<Dt_ProStockInfo> stockInfos, Dt_MesRworkOutboundOrder mesRworkOutboundOrder, float needQuantity, out float residueQuantity);
     }
 }

--
Gitblit v1.9.3