wanshenmean
8 天以前 fe2a1e74780259605cd230e6f9c629c3dd7fdf15
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);
        }
    }
}