Wms/WMS.BLL/BllTransServer/NoticeServe.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/WMS.BLL/BllTransServer/QualityServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/WMS.BLL/BllTransServer/RcsServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/WMS.IBLL/IBllTransServer/INoticeServe.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/WMS.IBLL/IBllTransServer/IQualityServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Wms/WMS.BLL/BllTransServer/NoticeServe.cs
New file @@ -0,0 +1,10 @@ using System; using System.Collections.Generic; using System.Text; namespace WMS.BLL.BllTransServer { class NoticeServe { } } Wms/WMS.BLL/BllTransServer/QualityServer.cs
New file @@ -0,0 +1,10 @@ using System; using System.Collections.Generic; using System.Text; namespace WMS.BLL.BllTransServer { class QualityServer { } } Wms/WMS.BLL/BllTransServer/RcsServer.cs
New file @@ -0,0 +1,10 @@ using System; using System.Collections.Generic; using System.Text; namespace WMS.BLL.BllTransServer { class RcsServer { } } Wms/WMS.IBLL/IBllTransServer/INoticeServe.cs
New file @@ -0,0 +1,10 @@ using System; using System.Collections.Generic; using System.Text; namespace WMS.IBLL.IBllTransServer { class INoticeServe { } } Wms/WMS.IBLL/IBllTransServer/IQualityServer.cs
New file @@ -0,0 +1,10 @@ using System; using System.Collections.Generic; using System.Text; namespace WMS.IBLL.IBllTransServer { class IQualityServer { } } Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs
New file @@ -0,0 +1,10 @@ using System; using System.Collections.Generic; using System.Text; namespace WMS.IBLL.IBllTransServer { class IRcsServer { } }