dengjunjie
2026-03-17 840e04a550be5647a50a015f686ffa45a5e272a9
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs
@@ -13,10 +13,10 @@
        /// </summary>
        public int taskID { get; set; }
        /// <summary>
        /// å–消原因
        /// </summary>
        public string reason { get; set; }= "NoNeed";
        ///// <summary>
        ///// å–消原因
        ///// </summary>
        //public string reason { get; set; }= "NoNeed";
        /// <summary>
@@ -28,7 +28,7 @@
        /// <summary>
        /// 0默认取消,1已经开始执行,则不取消
        /// </summary>
        public int withoutRunning { get; set; } = 0;
        public int withoutRunning { get; set; } = 1;
    }
}