huangxiaoqiang
7 天以前 e7a68135b903975d81bcaf1c5559f1c665099a09
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Enum/StackerCraneStatus.cs
@@ -119,4 +119,19 @@
        [Description("鏈煡")]
        Unkonw
    }
    public enum RGVTaskCompleted
    {
        /// <summary>
        /// 浠诲姟瀹屾垚
        /// </summary>
        [Description("浠诲姟瀹屾垚")]
        WorkCompleted = 1,
        /// <summary>
        /// 鏈煡
        /// </summary>
        [Description("鏈煡")]
        Unkonw
    }
}