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

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

diff --git a/Devices/S7Helper.cs b/device/S7Helper.cs
similarity index 98%
rename from Devices/S7Helper.cs
rename to device/S7Helper.cs
index c9c9931..fe0d897 100644
--- a/Devices/S7Helper.cs
+++ b/device/S7Helper.cs
@@ -1,4 +1,4 @@
-锘縰sing HH.WCS.Mobox3.AnGang.Controllers;
+锘縰sing HH.WCS.Mobox3.AnGang.api;
 using Newtonsoft.Json.Linq;
 using S7.Net;
 using S7.Net.Types;
@@ -10,7 +10,7 @@
 using System.Threading.Tasks;
 using System.Web.Services.Description;
 
-namespace HH.WCS.Mobox3.AnGang.Devices
+namespace HH.WCS.Mobox3.AnGang.device
 {
 
     /// <summary>

--
Gitblit v1.9.1