From 5ad394cf1708a4629f90f40bfd9b48d9a9f6f0c8 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期三, 21 五月 2025 16:55:18 +0800
Subject: [PATCH] 测试出库抽检流程,重构代码修复事务处理的问题

---
 util/HttpHelper.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Helpers/HttpHelper.cs b/util/HttpHelper.cs
similarity index 99%
rename from Helpers/HttpHelper.cs
rename to util/HttpHelper.cs
index 4cb41e4..d509893 100644
--- a/Helpers/HttpHelper.cs
+++ b/util/HttpHelper.cs
@@ -5,7 +5,7 @@
 using System.Net;
 using System.Text;
 
-namespace HH.WCS.Mobox3.DSZSH.AppStart {
+namespace HH.WCS.Mobox3.DSZSH.util {
     public class HttpHelper {
         public string WebPost(string url, string postData, string cotentType = "application/json")
         {

--
Gitblit v1.9.1