项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/StockInfoController.cs
@@ -10,9 +10,4 @@ { } [HttpGet, AllowAnonymous, Route("GetLocationByStockType")] public Task<Dictionary<string, int>> GetLocationByStockType(bool stockType, string areaCode) { return Service.GetLocationByStockType(stockType, areaCode); } }