From 4c216caadeb29a797aba3fc1548b7c8c68ed27ec Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期六, 21 十二月 2024 09:36:59 +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