From d4c326deaa51e7d4897a84afc339684012b8cfbe Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期五, 31 五月 2024 23:13:28 +0800
Subject: [PATCH] 把WMS移出Business

---
 Tiger.Business.WMS/T100ToWMS/OtherOutInfoBusiness.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tiger.Business/WMS/T100ToWMS/OtherOutInfoBusiness.cs b/Tiger.Business.WMS/T100ToWMS/OtherOutInfoBusiness.cs
similarity index 99%
rename from Tiger.Business/WMS/T100ToWMS/OtherOutInfoBusiness.cs
rename to Tiger.Business.WMS/T100ToWMS/OtherOutInfoBusiness.cs
index 016d447..ef66b37 100644
--- a/Tiger.Business/WMS/T100ToWMS/OtherOutInfoBusiness.cs
+++ b/Tiger.Business.WMS/T100ToWMS/OtherOutInfoBusiness.cs
@@ -9,7 +9,7 @@
 using Tiger.Model.Entitys.WMS.DTOS;
 using Tiger.Model.Extensions;
 
-namespace Tiger.Business
+namespace Tiger.Business.WMS
 {
     /// <summary>
     ///

--
Gitblit v1.9.3