wangxinhui
10 天以前 6861434f1445d1685b67a24897890c34f8c54f85
´úÂë¹ÜÀí/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs
@@ -61,20 +61,11 @@
        /// åº“内移库
        /// </summary>
        [Description("库内移库")]
        Relocation = 300,
        Relocation = 900,
        /// <summary>
        /// åº“外移库
        /// </summary>
        [Description("库外移库")]
        RelocationIn = 301
    }
    public enum TaskOtherTypeEnum
    {
        /// <summary>
        /// æœºæ¢°æ‰‹ä»»åŠ¡
        /// </summary>
        [Description("机械手")]
        RobotToManual = 400,
        RelocationIn = 901
    }
}