1
huangxiaoqiang
2025-12-18 9753fb2756f6b4e30ff79d901a7bb86145517c8b
项目代码/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);
    }
}