wbc
2025-05-15 250fe743c3f1d8194f9b7a1388e0e389cd96d819
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)
    {