新增Http请求帮助类,设备接口提供程序服务类

This commit is contained in:
alex
2023-08-01 16:46:15 +08:00
parent 8b581ab757
commit 9bb775f00e
4 changed files with 267 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
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
{
}
}