From 2ca90a404fa1ab94eb6374f50c6ddd47a2b7f0e6 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期四, 31 七月 2025 17:23:57 +0800
Subject: [PATCH] 删除有问题的TCP旧代码, 优化事务处理和ERP数据模型

---
 App_Start/Startup.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/App_Start/Startup.cs b/App_Start/Startup.cs
index 16d4445..aec19e3 100644
--- a/App_Start/Startup.cs
+++ b/App_Start/Startup.cs
@@ -5,7 +5,6 @@
 using System.Web.Http;
 using Microsoft.Owin;
 using Newtonsoft.Json;
-
 using Owin;
 using Swashbuckle.Application;
 
@@ -14,7 +13,7 @@
 namespace HH.WCS.Mobox3.DSZSH {
     public class Startup {
         public void Configuration(IAppBuilder app) {
-            // 鏈夊叧濡備綍閰嶇疆搴旂敤绋嬪簭鐨勮缁嗕俊鎭紝璇疯闂�https://go.microsoft.com/fwlink/?LinkID=316888
+            // 鏈夊叧濡備綍閰嶇疆搴旂敤绋嬪簭鐨勮缁嗕俊鎭�璇疯闂�https://go.microsoft.com/fwlink/?LinkID=316888
             HttpConfiguration config = new HttpConfiguration();
             config.Routes.MapHttpRoute(
                 name: "DefaultApi",

--
Gitblit v1.9.1