This commit is contained in:
FanLian
2023-08-01 16:52:23 +08:00
parent 9bb775f00e
commit 8e168c7b52

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Tnb.WarehouseMgr
{
@@ -11,5 +12,20 @@ namespace Tnb.WarehouseMgr
/// </summary>
public class DeviceProviderService : BaseWareHouseService
{
[HttpPost,NonUnify]
public async Task<dynamic> pickupRequest(pickupRequest)
{
try
{
}
catch (Exception)
{
throw;
}
return ToApiResult();
}
}
}