1
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user