q
dengjunjie
5 天以前 866145a4215ef67545a1a0e4a3fcbc4d7cddfdce
´úÂë¹ÜÀí/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;
    }
}