This commit is contained in:
alex
2023-10-08 13:48:48 +08:00
parent 4384fa35eb
commit fd511171f4
6 changed files with 119 additions and 104 deletions

View File

@@ -71,6 +71,6 @@ namespace Tnb.WarehouseMgr.Interfaces
/// /// <param name="input"></param>
/// <returns></returns>
Task TaskExecuteAfter(TaskExecuteAfterUpInput input);
Func<string,Task> AddUnExecuteTask { get; set; }
}
}