From 90e4f87fcff67b8833d838fef6703c71de864bce Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期二, 20 五月 2025 17:33:05 +0800 Subject: [PATCH] 金坛 --- wms/TaskHelper.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/wms/TaskHelper.cs b/wms/TaskHelper.cs index 5dddfea..57a8127 100644 --- a/wms/TaskHelper.cs +++ b/wms/TaskHelper.cs @@ -243,6 +243,8 @@ { var tasks = new List<Task>(); + + // 浠诲姟1 var task1 = new WMSTask() { @@ -278,6 +280,10 @@ N_PRIORITY = operation.N_PRIORITY, //宸ヨ绫诲瀷 TOOLSTYPE = operation.TOOLSTYPE, + + + + }; try -- Gitblit v1.9.1