heshaofeng
2026-02-04 5f1fe420f3120a18f64fa335bc40836930c15b51
项目代码/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);
        }
    }
}