Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs
@@ -11,12 +11,25 @@ { Inbound = 1, Outbound, AbnormalStation, AbnormalStation, //分容出库段(异常排出口) NGTakeStation, NGPutStation, EmptyInbound, EmptyOutbound, FireStation /// <summary> /// 异常排出口(入库段) --分容入库段 /// </summary> AbnormalInStation =15, /// <summary> /// 消防站台 /// </summary> FireStation = 100, } }