| | |
| | | using MES.Service.Dto.webApi; |
| | | using MES.Service.Modes; |
| | | using MES.Service.service; |
| | | using MES.Service.service.BasicData; |
| | | using MES.Service.util; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Newtonsoft.Json; |
| | |
| | | { |
| | | private readonly MessageCenterManager _manager = new(); |
| | | |
| | | private readonly ProductionOrderManager m = new(); |
| | | |
| | | private readonly string METHOD = "POST"; |
| | | |
| | | private readonly string TableName = "PRODUCTION_ORDER"; |
| | | |
| | | private readonly string URL = |
| | | "http://localhost:10054/api/PRODUCTION_ORDER/"; |
| | | |
| | | private readonly ProductionOrderManager m = new(); |
| | | "http://localhost:10054/api/ProductionOrder/"; |
| | | |
| | | // |
| | | [HttpPost("Save")] |