From 74865aa8248ed0173f687f43c057480bb82c56de Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期二, 18 六月 2024 14:58:16 +0800
Subject: [PATCH] 创建文件

---
 Wms/WMS.IBLL/IBllTransServer/INoticeServe.cs   |   10 ++++++++++
 Wms/WMS.BLL/BllTransServer/RcsServer.cs        |   10 ++++++++++
 Wms/WMS.IBLL/IBllTransServer/IQualityServer.cs |   10 ++++++++++
 Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs     |   10 ++++++++++
 Wms/WMS.BLL/BllTransServer/NoticeServe.cs      |   10 ++++++++++
 Wms/WMS.BLL/BllTransServer/QualityServer.cs    |   10 ++++++++++
 6 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.BLL/BllTransServer/NoticeServe.cs b/Wms/WMS.BLL/BllTransServer/NoticeServe.cs
new file mode 100644
index 0000000..781e677
--- /dev/null
+++ b/Wms/WMS.BLL/BllTransServer/NoticeServe.cs
@@ -0,0 +1,10 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace WMS.BLL.BllTransServer
+{
+    class NoticeServe
+    {
+    }
+}
diff --git a/Wms/WMS.BLL/BllTransServer/QualityServer.cs b/Wms/WMS.BLL/BllTransServer/QualityServer.cs
new file mode 100644
index 0000000..f2d8da4
--- /dev/null
+++ b/Wms/WMS.BLL/BllTransServer/QualityServer.cs
@@ -0,0 +1,10 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace WMS.BLL.BllTransServer
+{
+    class QualityServer
+    {
+    }
+}
diff --git a/Wms/WMS.BLL/BllTransServer/RcsServer.cs b/Wms/WMS.BLL/BllTransServer/RcsServer.cs
new file mode 100644
index 0000000..f77469a
--- /dev/null
+++ b/Wms/WMS.BLL/BllTransServer/RcsServer.cs
@@ -0,0 +1,10 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace WMS.BLL.BllTransServer
+{
+    class RcsServer
+    {
+    }
+}
diff --git a/Wms/WMS.IBLL/IBllTransServer/INoticeServe.cs b/Wms/WMS.IBLL/IBllTransServer/INoticeServe.cs
new file mode 100644
index 0000000..1966bca
--- /dev/null
+++ b/Wms/WMS.IBLL/IBllTransServer/INoticeServe.cs
@@ -0,0 +1,10 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace WMS.IBLL.IBllTransServer
+{
+    class INoticeServe
+    {
+    }
+}
diff --git a/Wms/WMS.IBLL/IBllTransServer/IQualityServer.cs b/Wms/WMS.IBLL/IBllTransServer/IQualityServer.cs
new file mode 100644
index 0000000..68fb830
--- /dev/null
+++ b/Wms/WMS.IBLL/IBllTransServer/IQualityServer.cs
@@ -0,0 +1,10 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace WMS.IBLL.IBllTransServer
+{
+    class IQualityServer
+    {
+    }
+}
diff --git a/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
new file mode 100644
index 0000000..d288fc3
--- /dev/null
+++ b/Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
@@ -0,0 +1,10 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace WMS.IBLL.IBllTransServer
+{
+    class IRcsServer
+    {
+    }
+}

--
Gitblit v1.8.0