zjh
2025-03-13 0cff826ea489a1faa5cbb320cad52d102530a9e0
StandardPda/MESApplication/Controllers/BasicData/MesItemsController.cs
@@ -1,6 +1,5 @@
using System.Dynamic;
using Masuit.Tools;
using MES.Service.Dto.service;
using MES.Service.Dto.webApi;
using MES.Service.Modes;
using MES.Service.service;
@@ -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)
    {