StandardPda/MESApplication/Controllers/BasicData/MesItemsController.cs
@@ -1,6 +1,4 @@
using System.Dynamic;
using Masuit.Tools;
using MES.Service.Dto.service;
using Masuit.Tools;
using MES.Service.Dto.webApi;
using MES.Service.Modes;
using MES.Service.service;
@@ -8,6 +6,7 @@
using MES.Service.util;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using System.Dynamic;
namespace MESApplication.Controllers.BasicData;
@@ -23,7 +22,7 @@
    private readonly string TableName = "MES_ITEMS";
    private readonly string URL = "http://localhost:10054/api/MesItems/";
    [HttpPost("Save")]
    public ResponseResult Save(ErpItems unit)
    {