From 35558fe5ed20893bb9595e9688e3e6db67f2f76d Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 19 二月 2025 20:32:25 +0800 Subject: [PATCH] iqc来料检验 --- StandardPda/MESApplication/Controllers/BasicData/MesProjectController.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/StandardPda/MESApplication/Controllers/BasicData/MesProjectController.cs b/StandardPda/MESApplication/Controllers/BasicData/MesProjectController.cs index 1afe641..af34ef3 100644 --- a/StandardPda/MESApplication/Controllers/BasicData/MesProjectController.cs +++ b/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"; -- Gitblit v1.9.3