Admin
2025-12-03 d41acebbd89f171b0eeb205fca4f68043ca85f95
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/Dt_WheelsStockController.cs
@@ -20,4 +20,14 @@
    {
        return Service.InventoryStatistics();
    }
    /// <summary>
    /// 鏇存柊搴撳瓨鍏ュ簱鏃堕棿
    /// </summary>
    /// <returns></returns>
    [HttpPost, AllowAnonymous, Route("UpdateInventoryStatue")]
    public WebResponseContent UpdateInventoryStatue()
    {
        return Service.UpdateInventoryStatue();
    }
}