1
huangxiaoqiang
2025-07-30 8bcecb41efe64e6e4e3b724f20dbf223903d2b30
项目代码/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
    }
}