From a8627a98b82d2364cbe849ca746e72fbab9916e5 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期三, 21 五月 2025 17:31:14 +0800
Subject: [PATCH] 重构代码修复事务问题,测试完善后台盘点功能

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

diff --git a/Devices/TcpClient.cs b/device/TcpClient.cs
similarity index 97%
rename from Devices/TcpClient.cs
rename to device/TcpClient.cs
index 78ca7de..bc69863 100644
--- a/Devices/TcpClient.cs
+++ b/device/TcpClient.cs
@@ -1,5 +1,5 @@
 锘縰sing HH.WCS.Mobox3.AnGang;
-using HH.WCS.Mobox3.AnGang.Devices;
+using HH.WCS.Mobox3.AnGang.device;
 using System;
 using System.Collections.Generic;
 using System.Linq;
@@ -7,7 +7,7 @@
 using System.Text;
 using System.Threading.Tasks;
 
-namespace HH.WCS.Mobox3.AnGang.Devices {
+namespace HH.WCS.Mobox3.AnGang.device {
     internal class TcpClient
     {
         /// <summary>

--
Gitblit v1.9.1