From 35d6465fc502a3287c6cc1d0f307d616dbe1ccda Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周五, 10 10月 2025 13:25:33 +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