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