1
647556386
2025-12-18 a1b694edbd85e3f886316dac60c0993ba638f857
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundService.cs
@@ -4,6 +4,7 @@
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core;
using WIDESEA_DTO.Inbound;
namespace WIDESEA_IInboundService
{
@@ -12,5 +13,12 @@
        IInboundOrderDetailService InboundOrderDetailService { get; }
        IInboundOrderService InbounOrderService { get; }
        /// <summary>
        /// 缁勭洏
        /// </summary>
        /// <param name="palletDto"></param>
        /// <returns></returns>
        Task<WebResponseContent> GroupPallet(GroupPalletDto palletDto);
    }
}