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

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

diff --git a/Devices/TcpServer.cs b/device/TcpServer.cs
similarity index 98%
rename from Devices/TcpServer.cs
rename to device/TcpServer.cs
index f17e677..a404534 100644
--- a/Devices/TcpServer.cs
+++ b/device/TcpServer.cs
@@ -1,4 +1,4 @@
-锘縰sing HH.WCS.Mobox3.AnGang.Dispatch;
+锘縰sing HH.WCS.Mobox3.AnGang.dispatch;
 using HH.WCS.Mobox3.AnGang.config;
 using Newtonsoft.Json;
 using System;
@@ -8,7 +8,7 @@
 using System.Net.Sockets;
 using System.Text;
 
-namespace HH.WCS.Mobox3.AnGang.Devices
+namespace HH.WCS.Mobox3.AnGang.device
 {
     public class TcpServer
     {

--
Gitblit v1.9.1