1
wankeda
2026-02-04 06bc8ee02717f3ee80483d15a52c753cb6df9432
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);
    }
}