1
helongyang
2025-06-12 25cb7cd50d12f48e93d6cde47420ca3458e9c47a
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/StationTypeEnum.cs
@@ -8,8 +8,36 @@
{
    public enum StationTypeEnum
    {
        /// <summary>
        /// å…¥åº“站台
        /// </summary>
        StationType_OnlyInbound = 1,
        /// <summary>
        /// å‡ºåº“站台
        /// </summary>
        StationType_OnlyOutbound = 2,
        StationType_InboundAndOutbound = 3
        /// <summary>
        /// å‡ºå…¥åº“站台
        /// </summary>
        StationType_InboundAndOutbound = 3,
        /// <summary>
        /// å‡ºå…¥åº“口
        /// </summary>
        StationType_InStartAndOutEnd = 33,
        /// <summary>
        /// æˆå“è‡ªåŠ¨å–ç«™å°
        /// </summary>
        StationType_ProductBackTake = 95,
        /// <summary>
        /// æˆå“è‡ªåŠ¨è¡¥æ¡†
        /// </summary>
        StationType_ProductBack = 98,
        /// <summary>
        /// ç ç›˜æœºç«™å°
        /// </summary>
        StationType_PakcPallet = 99,
    }
}