zyf
2025-04-12 b2be3b6939b4382f9165c78857a072f1aa7b01d0
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")]