From 75f34e9ba2e8b249c96333f3d7936c8968e12ec7 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 11 二月 2026 14:44:12 +0800
Subject: [PATCH] 集成WMS调用与入库任务处理
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs
index 2e991fc..217fdf3 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs
@@ -77,4 +77,24 @@
[Description("鏈烘鎵�")]
RobotToManual = 400,
}
+
+ public enum RobotTaskTypeEnum
+ {
+ /// <summary>
+ /// 缁勭洏浠诲姟
+ /// </summary>
+ [Description("缁勭洏浠诲姟")]
+ GroupPallet = 500,
+
+ /// <summary>
+ /// 鎹㈢洏浠诲姟
+ /// </summary>
+ [Description("鎹㈢洏浠诲姟")]
+ ChangePallet = 510,
+
+ /// <summary>
+ /// 鎷嗙洏浠诲姟
+ /// </summary>
+ SplitPallet = 520
+ }
}
--
Gitblit v1.9.3