From 21078521d79f0eb5535cc34be7917a3fd1123b8f Mon Sep 17 00:00:00 2001
From: HuBingJie <3146306518@qq.com>
Date: 星期三, 29 十月 2025 15:35:29 +0800
Subject: [PATCH] RGV监控
---
代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/TaskStatusEnum.cs | 51 ++++++++++++++++++++++++++++-----------------------
1 files changed, 28 insertions(+), 23 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/TaskStatusEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/TaskStatusEnum.cs"
index a9f1ca1..821b5c2 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/TaskStatusEnum.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/TaskStatusEnum.cs"
@@ -64,19 +64,6 @@
/// </summary>
[Description("瀛愯溅鏀捐揣瀹屾垚")]
RGV_InZicheReleaseFinish = 245,
-
- /// <summary>
- /// 瀛愯溅绉诲姩涓�
- /// </summary>
- [Description("瀛愯溅绉诲姩涓�")]
- RGV_InZichemoveExecuting = 250,
-
- /// <summary>
- /// 瀛愯溅绉诲姩瀹屾垚
- /// </summary>
- [Description("瀛愯溅绉诲姩瀹屾垚")]
- RGV_InZichemoveFinish = 255,
-
/// <summary>
/// 姣嶈溅绉诲姩涓�
/// </summary>
@@ -84,28 +71,34 @@
RGV_InMothercarExecuting = 260,
/// <summary>
- /// 浠诲姟瀹屾垚锛堟瘝杞︾Щ鍔ㄥ畬鎴愶級
- /// </summary>
- [Description("浠诲姟瀹屾垚")]
+ /// 姣嶈溅绉诲姩瀹屾垚
+ /// </summary>锛堟瘝杞︾Щ鍔ㄥ畬鎴愶級
+ [Description("姣嶈溅绉诲姩瀹屾垚")]
RGV_InMothercarFinish = 290,
- /*/// <summary>
+ /// <summary>
/// 鍫嗗灈鏈哄叆搴撴墽琛屼腑
/// </summary>
[Description("鍫嗗灈鏈哄叆搴撴墽琛屼腑")]
- SC_InExecuting = 230,
+ SC_InExecuting = 293,
- /// <summary>
+ /*/// <summary>
/// 鍫嗗灈鏈哄叆搴撳畬鎴�
/// </summary>
[Description("鍫嗗灈鏈哄叆搴撳畬鎴�")]
- SC_InFinish = 235,
+ SC_InFinish = 235,*/
/// <summary>
/// 鍏ュ簱浠诲姟瀹屾垚
/// </summary>
[Description("鍏ュ簱浠诲姟瀹屾垚")]
- InFinish = 290,*/
+ InFinish = 295,
+
+ /// <summary>
+ /// 鍏ュ簱寮傚父瀹屾垚
+ /// </summary>
+ [Description("鍏ュ簱寮傚父瀹屾垚")]
+ InAbnormalFinish = 296,
/// <summary>
/// 鍏ュ簱浠诲姟鎸傝捣
@@ -124,10 +117,22 @@
/// </summary>
[Description("鍏ュ簱浠诲姟寮傚父")]
InException = 299,
+
+ /// <summary>
+ /// 寮傚父鎺掑嚭涓�
+ /// </summary>
+ [Description("寮傚父鎺掑嚭涓�")]
+ InexceptionalSelection = 300,
}
public enum TaskOutStatusEnum
{
+ /*/// <summary>
+ /// 鍏板墤WCS涓嬪彂
+ /// </summary>
+ [Description("鍏板墤WCS涓嬪彂")]
+ OutNewLj = 99,*/
+
/// <summary>
/// 鏂板缓浠诲姟
/// </summary>
@@ -135,9 +140,9 @@
OutNew = 100,
/// <summary>
- /// 姣嶈溅绉诲姩
+ /// 姣嶈溅绉诲姩涓�
/// </summary>
- [Description("姣嶈溅绉诲姩")]
+ [Description("姣嶈溅绉诲姩涓�")]
RGV_OutMothercarExecuting = 110,
/// <summary>
--
Gitblit v1.9.3