wangxinhui
2025-10-17 ce40df5daffae0d17b4e9fa7cb6d677afaa4d66f
ÏîÄ¿´úÂë/WCS/WCSServices/WIDESEAWCS_Common/StationTypeEnum.cs
@@ -6,6 +6,9 @@
namespace WIDESEAWCS_Common
{
    /// <summary>
    /// ç«™å°ç±»åž‹
    /// </summary>
    public enum StationTypeEnum
    {
        /// <summary>
@@ -27,17 +30,10 @@
        /// å‡ºå…¥åº“口
        /// </summary>
        StationType_InStartAndOutEnd = 33,
        /// <summary>
        /// æˆå“è‡ªåŠ¨å–ç«™å°
        /// å ç›˜å«æ–™ç«™å°
        /// </summary>
        StationType_ProductBackTake = 95,
        /// <summary>
        /// æˆå“è‡ªåŠ¨è¡¥æ¡†
        /// </summary>
        StationType_ProductBack = 98,
        /// <summary>
        /// ç ç›˜æœºç«™å°
        /// </summary>
        StationType_PakcPallet = 99,
        StationType_StackingPlates = 91,
    }
}