wanshenmean
2026-03-30 1f15dd43b334e31189c4580b98f57d2cc71935d8
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs
@@ -29,7 +29,7 @@
        public async Task<WebResponseContent> Get3DLayout(int warehouseId)
        {
            var result = await Service.Get3DLayoutAsync(warehouseId);
            return WebResponseContent.Instance.OK(result);
            return WebResponseContent.Instance.OK(data: result);
        }
    }
}