From 882a27e93896df5f394024e71976f1a92658f093 Mon Sep 17 00:00:00 2001 From: fajiao <1519100073@qq.com> Date: Tue, 2 Aug 2022 16:49:02 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoWeightServer/Center/DeviceCenter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AutoWeightServer/Center/DeviceCenter.cs b/AutoWeightServer/Center/DeviceCenter.cs index ed865d6..e0aac3f 100644 --- a/AutoWeightServer/Center/DeviceCenter.cs +++ b/AutoWeightServer/Center/DeviceCenter.cs @@ -7,6 +7,7 @@ using EC.AutoWeightServer.Model.Config; using EC.AutoWeightServer.UI; using EC.AutoWeightServer.UI.UC; using EC.Entity.Transport; +using EC.Utils; using System; using System.Collections.Generic; using System.IO;