dengjunjie
2025-02-24 733e63cb362f17aea4a1020654fa348a0d0c1f06
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -3,8 +3,10 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core;
using WIDESEA_Core.BaseServices;
using WIDESEA_DTO.Stock;
using WIDESEA_DTO.WCSInfo;
using WIDESEA_IStockRepository;
using WIDESEA_Model.Models;
@@ -15,6 +17,13 @@
        IStockInfoRepository Repository { get; }
        Dt_StockInfo? GetStockByPalletCode(string palletCode);
        /// <summary>
        /// 淇敼搴撳瓨淇℃伅鍙婂叆搴撳崟
        /// </summary>
        /// <param name="stockInfo"></param>
        /// <param name="inboundOrder"></param>
        /// <returns></returns>
        WebResponseContent AddStockInfo(ref Dt_StockInfo stockInfo, ref Dt_InboundOrder inboundOrder, ProductionlineDTO productionlineDTO);
        void AddMaterielGroup(Dt_StockInfo stockInfo);