From 2d3ee03961d6cfbde70342e8a97bc7b05d0b0dc3 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 21 七月 2025 17:27:34 +0800 Subject: [PATCH] 优化代码, 封装货位锁和创建任务流程, 数据库事务等 --- dispatch/NDC.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/dispatch/NDC.cs b/dispatch/NDC.cs index 9fee4d1..1974369 100644 --- a/dispatch/NDC.cs +++ b/dispatch/NDC.cs @@ -1,4 +1,6 @@ -锘縰sing Newtonsoft.Json; +锘縰sing HH.WCS.Mobox3.DSZSH.util; + +using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; -- Gitblit v1.9.1