1
huangxiaoqiang
5 天以前 bafe1d72065cef96afe6f03e103e9ca662185ae0
项目代码/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
    }
}