zjh
2025-06-26 da3b2cfb3a34a7b1f83dcd9fc762b1d2459547dc
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";