zjh
9 天以前 8276722de62e0be1e68adf65f150686a236268bd
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";