11
wbc
2025-05-29 c846eaf61febfeba340213ee2d692182ea0ccb90
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)
    {