From 6861434f1445d1685b67a24897890c34f8c54f85 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 08 四月 2026 17:22:26 +0800
Subject: [PATCH] WCS&WMS代码更新

---
 代码管理/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs |   38 +-------------------------------------
 1 files changed, 1 insertions(+), 37 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs"
index 323451d..ec46b5e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs"
@@ -1,50 +1,14 @@
-锘縰sing OfficeOpenXml.FormulaParsing.Excel.Operators;
-using System;
+锘縰sing System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
-using WIDESEA_Core;
 using WIDESEA_Core.BaseServices;
-using WIDESEA_DTO.Stock;
-using WIDESEA_IStockRepository;
 using WIDESEA_Model.Models;
 
 namespace WIDESEA_IStockService
 {
     public interface IStockInfoService : IService<Dt_StockInfo>
     {
-        IStockInfoRepository Repository { get; }
-        WebResponseContent StockQueryData(SaveModel saveModel);
-        /// <summary>
-        /// 鎵嬪姩缁勭洏
-        /// </summary>
-        WebResponseContent ManualMaterielGroup(SaveModel saveModel);
-        /// <summary>
-        /// 鏇存柊鑰佸巶娈嬪嵎搴撳瓨
-        /// </summary>
-        /// <returns></returns>
-        WebResponseContent UpBSTStock(int operate);
-        /// <summary>
-        /// 鑾峰彇鍙娇鐢ㄥ簱瀛�
-        /// </summary>
-        List<Dt_StockInfo> GetUseableStocks(int materielId,decimal width, int warehoseId);
-        /// <summary>
-        /// 鑾峰彇鐢熺鍙娇鐢ㄥ簱瀛�
-        /// </summary>
-        List<Dt_StockInfo> GetUseableStocks(string materielCode, decimal width, int warehoseId);
-        /// <summary>
-        /// 鑾峰彇鍙娇鐢ㄥ簱瀛�
-        /// </summary>
-        List<Dt_StockInfo> GetUseableStocks(string materielCode, int warehoseId);
-        /// <summary>
-        /// 鍒嗛厤瀹為檯搴撳瓨
-        /// </summary>
-        List<Dt_StockInfo> GetOutboundStocks(List<Dt_StockInfo> stockInfos, decimal needQuantity);
-
-        /// <summary>
-        /// 鍒嗛厤鑰佸巶搴撳瓨
-        /// </summary>
-        List<Dt_StockInfo> GetOutOldStocks(List<Dt_StockInfo> stockInfos, decimal needQuantity);
     }
 }

--
Gitblit v1.9.3