1
wankeda
2026-03-02 600f659aa5cbfc0cca52d883f4299cbb8dd66dcd
WMS/WIDESEA_WMSServer/WIDESEA_IStockRepository/IStockInfoRepository.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.Enums;
using WIDESEA_DTO.Stock;
@@ -17,6 +18,8 @@
        Dt_StockInfo GetStockInfo(string palletCode);
        List<Dt_StockInfo> GetStockInfos(string materielCode);
        List<Dt_StockInfo> GetStockInfos(string materielCode, string lotNo, List<string> locationCodes);
        List<Dt_StockInfo> GetStockInfos(string materielCode, List<string> locationCodes);
@@ -36,5 +39,9 @@
        bool UpdateDataWithDetail(Dt_StockInfo stockInfo);
        Dt_StockInfo GetPalletStockInfo(string roadwayNo);
        WebResponseContent GetStockDetails(SaveModel saveModel);
        WebResponseContent UpdateGetStockDetails(SaveModel saveModel);
    }
}