Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr/DeviceProviderService.cs
FanLian 99859ac4d1 增加
2023-08-01 16:52:39 +08:00

32 lines
637 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Tnb.WarehouseMgr
{
/// <summary>
/// Wms设备接口提供程序服务类
/// </summary>
public class DeviceProviderService : BaseWareHouseService
{
//[HttpPost,NonUnify]
//public async Task<dynamic> pickupRequest(pickupRequest)
//{
// try
// {
// }
// catch (Exception)
// {
// throw;
// }
// return ToApiResult();
//}
}
}