From 6bcfd2449dc18ad9455c365d18027663decf61e8 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 24 七月 2024 14:58:51 +0800 Subject: [PATCH] 完善仓库验退的逻辑 --- MESApplication/Controllers/WomcaaController.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MESApplication/Controllers/WomcaaController.cs b/MESApplication/Controllers/WomcaaController.cs index 7ca725a..50c2651 100644 --- a/MESApplication/Controllers/WomcaaController.cs +++ b/MESApplication/Controllers/WomcaaController.cs @@ -12,9 +12,8 @@ [Route("api/[controller]")] public class WomcaaController : ControllerBase { - private readonly WomcaaManager m = new(); - private readonly MessageCenterManager _manager = new(); + private readonly WomcaaManager m = new(); private readonly string METHOD = "POST"; -- Gitblit v1.9.3