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; @@ -38,5 +39,9 @@ bool UpdateDataWithDetail(Dt_StockInfo stockInfo); Dt_StockInfo GetPalletStockInfo(string roadwayNo); WebResponseContent GetStockDetails(SaveModel saveModel); WebResponseContent UpdateGetStockDetails(SaveModel saveModel); } }