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/RGVStationEnum.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/RGVStationEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/RGVStationEnum.cs"
index 4162539..f23a814 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/RGVStationEnum.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Enum/RGVStationEnum.cs"
@@ -56,6 +56,11 @@
/// </summary>
[Description("鍏ュ簱绔欏彴")]
InboundPlatform = 9,
+ /// <summary>
+ /// 瀹夊叏闂�
+ /// </summary>
+ [Description("瀹夊叏闂�")]
+ AQMexit = 10,
}
public enum RGVTasktype
--
Gitblit v1.9.3