代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/ERP/ErpController.cs
@@ -54,6 +54,7 @@ } } [HttpPost, Route("ReceivePurchaseOrderSingle"), AllowAnonymous, MethodParamsValidate] public WebResponseContent ReceivePurchaseOrderSingle(PurchaseOrderModel model) { return _purchaseOrderService.ReceivePurchaseOrderSingle(model);