From 4fb4bd80f377e1d64692b83ed4bd1f0cf8cf6f5a Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期二, 24 十二月 2024 17:42:42 +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