项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundPickingService.cs
@@ -24,5 +24,7 @@ Task<WebResponseContent> CancelPicking(string orderNo, string palletCode, string barcode); Task<WebResponseContent> ConfirmPicking(string orderNo, string palletCode, string barcode); Task<WebResponseContent> ReturnRemaining(string orderNo, string palletCode, string reason); Task<WebResponseContent> RemoveEmptyPallet(string orderNo, string palletCode); } }