From 5ad394cf1708a4629f90f40bfd9b48d9a9f6f0c8 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 21 五月 2025 16:55:18 +0800 Subject: [PATCH] 测试出库抽检流程,重构代码修复事务处理的问题 --- core/WMSCore.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServiceCore/DebugCore.cs b/core/WMSCore.cs similarity index 63% rename from ServiceCore/DebugCore.cs rename to core/WMSCore.cs index 4d44786..11db3fd 100644 --- a/ServiceCore/DebugCore.cs +++ b/core/WMSCore.cs @@ -4,8 +4,8 @@ using System.Text; using System.Threading.Tasks; -namespace HH.WCS.Mobox3.DSZSH.ServiceCore { - public class DebugCore { +namespace HH.WCS.Mobox3.DSZSH.core { + public class WMSCore { } } -- Gitblit v1.9.1