From 068a221025ffe209b25f00642f9bcd1e28861fe0 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周四, 16 10月 2025 15:58:42 +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