项目代码/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfoRepository.cs
@@ -11,8 +11,6 @@ { public interface IStockInfoRepository : IRepository<Dt_StockInfo> { List<StockViewDTO> GetAllStockViews(); Dt_StockInfo GetStockInfo(string palletCode); List<Dt_StockInfo> GetStockInfos(string materielCode); @@ -24,7 +22,5 @@ List<Dt_StockInfo> GetStockInfosByPalletCodes(List<string> palletCodes); List<Dt_StockInfo> GetStockInfosExclude(string materielCode, List<string> palletCodes); bool UpdateDataWithDetail(Dt_StockInfo stockInfo); } }