Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr/DeviceProviderService.cs
alex a9c9c8d74b 1
2023-08-01 16:46:30 +08:00

17 lines
308 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr
{
/// <summary>
/// Wms设备接口提供程序服务类
/// </summary>
public class DeviceProviderService : BaseWareHouseService
{
}
}