| | |
| | | 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; |
| | |
| | | using MES.Service.util; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Newtonsoft.Json; |
| | | using System.Dynamic; |
| | | |
| | | namespace MESApplication.Controllers.BasicData; |
| | | |
| | |
| | | private readonly string TableName = "MES_ITEMS"; |
| | | |
| | | private readonly string URL = "http://localhost:10054/api/MesItems/"; |
| | | |
| | | |
| | | [HttpPost("Save")] |
| | | public ResponseResult Save(ErpItems unit) |
| | | { |