From 2efbd25f2160cb68cf2464f370aca3d1ea21f86f Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期三, 04 六月 2025 17:28:24 +0800 Subject: [PATCH] 入库优先级配置 --- Program.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Program.cs b/Program.cs index 6c4c9fd..3bf2b00 100644 --- a/Program.cs +++ b/Program.cs @@ -105,7 +105,10 @@ //绌烘墭鑷姩鍑哄簱 tasks.Add(GetTask(Monitor.ktAuto)); - + + //鏍规嵁閰嶇疆锛屾瘡闂撮殧澶氬皯鍒嗛挓鎻愰珮澶氬皯浼樺厛绾�+ tasks.Add(GetTask(Monitor.UpdateOutTaskPriority)); + } public void Stop() { Console.WriteLine("work stopped"); } -- Gitblit v1.9.1