wankeda
2025-03-06 53b0c02e6144690a148f699ae3a7b7c9a5640fac
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs
@@ -17,7 +17,7 @@
        List<Dt_StockInfo> GetStockInfos(string materielCode);
        List<Dt_StockInfo> GetStockInfos(string materielCode, List<string> locationCodes);
        List<Dt_StockInfo> GetStockInfos(string materielCode, string lotNo, List<string> locationCodes);
        List<Dt_StockInfo> GetStockInfosByIds(List<int> ids);
@@ -26,7 +26,5 @@
        List<Dt_StockInfo> GetStockInfosExclude(string materielCode, List<string> palletCodes);
        bool UpdateDataWithDetail(Dt_StockInfo stockInfo);
        Dt_StockInfo GetPalletStockInfo(string roadwayNo);
    }
}