刘磊
2024-12-24 e2bb2738c6ddb1d013837924dc639b0f6f63662b
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,
    }
}