代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoService.cs
@@ -5,12 +5,15 @@ using System.Threading.Tasks; using WIDESEA_Core.BaseServices; using WIDESEA_DTO.Stock; using WIDESEA_IStockRepository; using WIDESEA_Model.Models; namespace WIDESEA_IStockService { public interface IStockInfoService : IService<Dt_StockInfo> { IStockInfoRepository Repository { get; } Dt_StockInfo? GetStockByPalletCode(string palletCode); void AddMaterielGroup(Dt_StockInfo stockInfo);