From 5ad394cf1708a4629f90f40bfd9b48d9a9f6f0c8 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 21 五月 2025 16:55:18 +0800 Subject: [PATCH] 测试出库抽检流程,重构代码修复事务处理的问题 --- api/MesController.cs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/Controllers/MesController.cs b/api/MesController.cs similarity index 77% rename from Controllers/MesController.cs rename to api/MesController.cs index 372a63b..dc8d3c2 100644 --- a/Controllers/MesController.cs +++ b/api/MesController.cs @@ -5,9 +5,7 @@ using System.Threading.Tasks; using System.Web.Http; -using HH.WCS.Mobox3.DSZSH.Services; - -namespace HH.WCS.Mobox3.DSZSH.Controllers { +namespace HH.WCS.Mobox3.DSZSH.api { /// <summary> /// MES 璋冪敤鐨勬帴鍙� /// </summary> -- Gitblit v1.9.1