wangxinhui
2025-10-26 733c975cd8647f6d006736f1863bad731e32e6fb
ÏîÄ¿´úÂë/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,
    }
}