From 2d3ee03961d6cfbde70342e8a97bc7b05d0b0dc3 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期一, 21 七月 2025 17:27:34 +0800
Subject: [PATCH] 优化代码, 封装货位锁和创建任务流程, 数据库事务等

---
 device/TcpClientHelper.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/device/TcpClientHelper.cs b/device/TcpClientHelper.cs
index 2981a95..e95f57e 100644
--- a/device/TcpClientHelper.cs
+++ b/device/TcpClientHelper.cs
@@ -4,6 +4,8 @@
 using System.Net.Sockets;
 using System.Text;
 
+using HH.WCS.Mobox3.DSZSH.util;
+
 using Newtonsoft.Json;
 
 namespace HH.WCS.Mobox3.DSZSH.device {

--
Gitblit v1.9.1