From 6861434f1445d1685b67a24897890c34f8c54f85 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 08 四月 2026 17:22:26 +0800
Subject: [PATCH] WCS&WMS代码更新
---
代码管理/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs"
index 2e991fc..76a5ea4 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs"
@@ -61,20 +61,11 @@
/// 搴撳唴绉诲簱
/// </summary>
[Description("搴撳唴绉诲簱")]
- Relocation = 300,
+ Relocation = 900,
/// <summary>
/// 搴撳绉诲簱
/// </summary>
[Description("搴撳绉诲簱")]
- RelocationIn = 301
- }
-
- public enum TaskOtherTypeEnum
- {
- /// <summary>
- /// 鏈烘鎵嬩换鍔�
- /// </summary>
- [Description("鏈烘鎵�")]
- RobotToManual = 400,
+ RelocationIn = 901
}
}
--
Gitblit v1.9.3