刘磊
2025-06-25 2de09bec5cc05bf875543fa8956167ca7db73021
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/Dt_WheelsStockController.cs
@@ -10,4 +10,14 @@
    {
    }
    /// <summary>
    /// 搴撳瓨淇℃伅缁熻
    /// </summary>
    /// <returns></returns>
    [HttpPost, AllowAnonymous, Route("InventoryStatistics")]
    public WebResponseContent InventoryStatistics()
    {
        return Service.InventoryStatistics();
    }
}