fcx
2025-12-06 92e4d27f7083331fdffec1edb83211ad73ce51d6
StandardPda/MESApplication/Controllers/BasicData/MesProjectController.cs
@@ -14,10 +14,9 @@
[Route("api/[controller]")]
public class MesProjectController : ControllerBase
{
    private readonly MesProjectManager m = new();
    private readonly MessageCenterManager _manager = new();
    private readonly MesProjectManager m = new();
    private readonly string METHOD = "POST";
    private readonly string TableName = "MES_SUPPLIER";