From 7ee2e58c300374a15c212f9145ba9d762d64e0e6 Mon Sep 17 00:00:00 2001
From: fcx <2246384483@qq.com>
Date: 星期六, 20 十二月 2025 15:58:11 +0800
Subject: [PATCH] 1.新增MES_PROJECT.cs
---
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