From c9c91ad3e3ac218d81c86809c93a35622b51a686 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 17 9月 2025 16:05:05 +0800
Subject: [PATCH] 初步 增加 推送线程

---
 DEmon/WebWIPAPI/Global.asax.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/DEmon/WebWIPAPI/Global.asax.cs b/DEmon/WebWIPAPI/Global.asax.cs
index 89bcf80..eb6b8df 100644
--- a/DEmon/WebWIPAPI/Global.asax.cs
+++ b/DEmon/WebWIPAPI/Global.asax.cs
@@ -1,4 +1,5 @@
-锘縰sing System;
+锘縰sing AutoMapper;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Web;
@@ -19,6 +20,8 @@
             WebApiConfig.Register(GlobalConfiguration.Configuration);
             FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
             RouteConfig.RegisterRoutes(RouteTable.Routes);
+
+
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3