1
xby-y
2026-01-12 c1eac732fc3ef407d51b76d288f311d2fa43e618
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -1,4 +1,5 @@
锘縰sing WIDESEA_Core.BaseRepository;
using WIDESEA_Core;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
@@ -7,5 +8,10 @@
    public interface IStockInfoService : IService<Dt_StockInfo>
    {
        IRepository<Dt_StockInfo> Repository { get; }
        /// <summary>
        /// 鑾峰彇搴撳瓨缁熻鏁版嵁
        /// </summary>
        /// <returns></returns>
        WebResponseContent GetStockStatistics();
    }
}