From dfdcb8b67dec894d821334b0d741c1f4cda1f4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=AB=E9=94=84=E5=A4=B4?= Date: Sat, 13 Apr 2024 17:51:01 +0800 Subject: [PATCH] demo --- ProductionSystem/Untils/Tool/TmTool.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProductionSystem/Untils/Tool/TmTool.cs b/ProductionSystem/Untils/Tool/TmTool.cs index f79d904..f92c711 100644 --- a/ProductionSystem/Untils/Tool/TmTool.cs +++ b/ProductionSystem/Untils/Tool/TmTool.cs @@ -3,7 +3,9 @@ using System.Diagnostics; using System.Globalization; using System.Linq; using Custom.Communication.Framework.MyPlc; +using DevExpress.Utils.Drawing.Animation; using NewLife; +using NewLife.Log; using ProductionSystem_Model.DbModel; using ProductionSystem_Model.Enum; using ProductionSystem_Model.ViewModel.Response.Para;