MESApplication/Controllers/BasicData/SalesOrderController.cs
@@ -21,11 +21,8 @@ private readonly string TableName = "SALES_ORDER"; private readonly string URL = "http://localhost:10054/api/SalesOrder/"; private readonly string URL = "http://localhost:10054/api/SalesOrder/"; // [HttpPost("Save")] public ResponseResult Save(ErpSalesOrder salesOrder) {