heshaofeng
2026-03-09 557f7f6079c30cd6fe8d6005cea3d89468bbcd31
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Outbound/OutboundController.cs
@@ -120,5 +120,11 @@
        {
            return _outboundService.RecheckPicking(pickingDTO);
        }
        [HttpPost, Route("PrintFromData"), AllowAnonymous]
        public WebResponseContent PrintFromData(string barcode)
        {
            return _outboundService.PrintFromData(barcode);
        }
    }
}