From 0ed390381862dea0c7fd0210d16017eb09f12da4 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期三, 30 七月 2025 17:27:27 +0800
Subject: [PATCH] 封装插入容器表等业务代码, 修复部分底层旧框架方法问题

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

diff --git a/device/TcpServer.cs b/device/TcpServer.cs
index b85a167..3340cb5 100644
--- a/device/TcpServer.cs
+++ b/device/TcpServer.cs
@@ -1,4 +1,6 @@
 锘縰sing HH.WCS.Mobox3.DSZSH.dispatch;
+using HH.WCS.Mobox3.DSZSH.util;
+
 using Newtonsoft.Json;
 using System;
 using System.Collections.Generic;

--
Gitblit v1.9.1