huangxiaoqiang
2025-07-30 4110b7475eccf48283ff22c0e4545850849d445d
项目代码/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
    }
}