1
dengjunjie
2025-06-19 681d093f9ea16ab2d480d77e6b04b197e506ff60
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs
@@ -25,7 +25,7 @@
        }
        [HttpPost, Route("GetStockSelectViews"), AllowAnonymous]
        public List<StockSelectViewDTO> GetStockSelectViews([FromBody]string materielCode)
        public List<StockSelectViewDTO> GetStockSelectViews(string materielCode)
        {
            return Service.GetStockSelectViews(materielCode);
        }