1
xby-y
2026-01-12 c1eac732fc3ef407d51b76d288f311d2fa43e618
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/StockInfoController.cs
@@ -1,4 +1,4 @@
锘縰sing Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using WIDESEA_Core;
@@ -20,6 +20,14 @@
        {
        }
        /// <summary>
        /// 鑾峰彇搴撳瓨缁熻鏁版嵁
        /// </summary>
        /// <returns></returns>
        [HttpPost, Route("GetStockStatistics"), AllowAnonymous]
        public ActionResult GetStockStatistics()
        {
            return Json(Service.GetStockStatistics());
        }
    }
}