增加
This commit is contained in:
@@ -12,20 +12,20 @@ namespace Tnb.WarehouseMgr
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class DeviceProviderService : BaseWareHouseService
|
public class DeviceProviderService : BaseWareHouseService
|
||||||
{
|
{
|
||||||
[HttpPost,NonUnify]
|
//[HttpPost,NonUnify]
|
||||||
public async Task<dynamic> pickupRequest(pickupRequest)
|
//public async Task<dynamic> pickupRequest(pickupRequest)
|
||||||
{
|
//{
|
||||||
try
|
// try
|
||||||
{
|
// {
|
||||||
|
|
||||||
}
|
// }
|
||||||
catch (Exception)
|
// catch (Exception)
|
||||||
{
|
// {
|
||||||
|
|
||||||
throw;
|
// throw;
|
||||||
}
|
// }
|
||||||
return ToApiResult();
|
// return ToApiResult();
|
||||||
}
|
//}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user