From a8627a98b82d2364cbe849ca746e72fbab9916e5 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 21 五月 2025 17:31:14 +0800 Subject: [PATCH] 重构代码修复事务问题,测试完善后台盘点功能 --- Dispatch/NDCHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Dispatch/NDCHelper.cs b/Dispatch/NDCHelper.cs index 3cd639b..aa200d7 100644 --- a/Dispatch/NDCHelper.cs +++ b/Dispatch/NDCHelper.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace HH.WCS.Mobox3.AnGang.Dispatch +namespace HH.WCS.Mobox3.AnGang.dispatch { public class NDCHelper { -- Gitblit v1.9.1