项目代码/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); } }