From e2655143a06ee42eec06a97b045f33a09fbb3a3f Mon Sep 17 00:00:00 2001
From: 肖洋 <cathay_xy@163.com>
Date: 星期二, 24 十二月 2024 17:40:18 +0800
Subject: [PATCH] 合并更改

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs
index 5097e74..56b2f35 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs
@@ -16,7 +16,20 @@
         NGPutStation,
         EmptyInbound,
         EmptyOutbound,
-        FireStation
+
+       
+
+
+        /// <summary>
+        /// 寮傚父鎺掑嚭鍙�(鍏ュ簱绔�)   --鍒嗗鍏ュ簱娈�
+        /// </summary>
+        AbnormalInStation =15,
+
+        /// <summary>
+        /// 娑堥槻绔欏彴
+        /// </summary>
+        FireStation = 100,
+
 
     }
 }

--
Gitblit v1.9.3