From 6b43055b5aa32dbea0dacee5a0235b0d5a76c293 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 30 五月 2025 17:19:35 +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 63fe858..71d585e 100644 --- a/Dispatch/NDCHelper.cs +++ b/Dispatch/NDCHelper.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace HH.WCS.Mobox3.DSZSH.Dispatch +namespace HH.WCS.Mobox3.DSZSH.dispatch { public class NDCHelper { -- Gitblit v1.9.1