肖洋
2024-12-24 b04c7a175efa4cc5097729dcfd9bbea9b8cd0df2
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,
    }
}