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/StockInfoBusiness.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Business/WMS/T100ToWMS/StockInfoBusiness.cs b/Tiger.Business.WMS/T100ToWMS/StockInfoBusiness.cs similarity index 98% rename from Tiger.Business/WMS/T100ToWMS/StockInfoBusiness.cs rename to Tiger.Business.WMS/T100ToWMS/StockInfoBusiness.cs index 3daa9b0..5b1dbcc 100644 --- a/Tiger.Business/WMS/T100ToWMS/StockInfoBusiness.cs +++ b/Tiger.Business.WMS/T100ToWMS/StockInfoBusiness.cs @@ -8,7 +8,7 @@ using Tiger.Model; using Tiger.Model.Entitys.WMS.DTOS; -namespace Tiger.Business +namespace Tiger.Business.WMS { /// <summary> /// -- Gitblit v1.9.3