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

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

diff --git a/Devices/SnapManager.cs b/device/SnapManager.cs
similarity index 87%
rename from Devices/SnapManager.cs
rename to device/SnapManager.cs
index b872ee6..3a647a3 100644
--- a/Devices/SnapManager.cs
+++ b/device/SnapManager.cs
@@ -4,12 +4,10 @@
 using System.Text;
 using System.Threading.Tasks;
 
-using HH.WCS.Mobox3.AnGang.AppStart;
-
-namespace HH.WCS.Mobox3.AnGang.Devices {
+namespace HH.WCS.Mobox3.AnGang.device {
     public class SnapManager {
         private static SnapDevice _snapDevice { get; set; }
-        public SnapManager(AppStart.Snap snap) {
+        public SnapManager(Config.Snap snap) {
             if (_snapDevice == null) {
                 _snapDevice = new SnapDevice();
             }

--
Gitblit v1.9.1