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