wbc
2025-03-15 4f88a7d41fea9435c859e256c906a8daeed9953f
MESApplication/Controllers/BasicData/ProductionOrderController.cs
@@ -2,6 +2,7 @@
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;
@@ -14,14 +15,14 @@
{
    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")]