Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/IStockQuantityChangeRecordService.cs
@@ -1,4 +1,5 @@ using WIDESEA_Core.BaseRepository; using WIDESEA_Common.StockEnum; using WIDESEA_Core.BaseRepository; using WIDESEA_Core.BaseServices; using WIDESEA_Model.Models; @@ -13,5 +14,16 @@ /// 获取库存数量变更记录仓储接口 /// </summary> IRepository<Dt_StockQuantityChangeRecord> Repository { get; } /// <summary> /// 记录库存变更。 /// </summary> Task<bool> AddChangeRecordAsync( Dt_StockInfo? beforeStock, Dt_StockInfo? afterStock, StockChangeTypeEnum changeType, int? taskNum = null, string? orderNo = null, string? remark = null); } }