项目代码/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(); } }