啊鑫
2 天以前 ed05efdc17aab076146b134ebe105b6382f221d7
MESApplication/Controllers/BasicData/SalesOrderController.cs
@@ -1,11 +1,11 @@
using System.Dynamic;
using MES.Service.Dto.webApi;
using Newtonsoft.Json;
using MES.Service.Modes;
using MES.Service.service;
using MES.Service.service.BasicData;
using MES.Service.util;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
namespace MESApplication.Controllers.BasicData;
@@ -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)
    {