zhaowc
2024-06-18 74865aa8248ed0173f687f43c057480bb82c56de
创建文件
6个文件已添加
60 ■■■■■ 已修改文件
Wms/WMS.BLL/BllTransServer/NoticeServe.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/BllTransServer/QualityServer.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/BllTransServer/RcsServer.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.IBLL/IBllTransServer/INoticeServe.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.IBLL/IBllTransServer/IQualityServer.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.IBLL/IBllTransServer/IRcsServer.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | 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
    {
    }
}