继续调整,手动开启定时任务相关逻辑代码,并处理相关bug
This commit is contained in:
@@ -11,6 +11,6 @@ namespace Tnb.WarehouseMgr.Interfaces
|
||||
/// </summary>
|
||||
public interface IWmsSetSortingService
|
||||
{
|
||||
Task PackSortingByAdd(CancellationTokenSource? cts = default);
|
||||
Task PackSortingByAdd(CancellationToken? cts = default);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user