1
647556386
2026-01-06 d5ac97bab548d213fea89b312ddce79a8a6371a2
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundService.cs
@@ -20,5 +20,22 @@
        /// <param name="palletDto"></param>
        /// <returns></returns>
        Task<WebResponseContent> GroupPallet(GroupPalletDto palletDto);
        /// <summary>
        /// 璋冩嫧缁勭洏
        /// </summary>
        /// <param name="palletDto"></param>
        /// <returns></returns>
        Task<WebResponseContent> AllcatedGroupPallet(GroupPalletDto palletDto);
        /// <summary>
        /// 鍏ュ簱鍒嗘壒鍥炰紶
        /// </summary>
        /// <param name="OrderNo"></param>
        /// <returns></returns>
        WebResponseContent BatchInOrderFeedbackToMes(int id);
    }
}