Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/UpdateTaskDto.cs
@@ -20,5 +20,16 @@
        /// newStatus - 新状态,必填项,用于指定任务的新状态
        /// </summary>
        public int NewStatus { get; set; }
        /// <summary>
        /// NextAddress - 下一地址,必填项,用于指定任务的下一位置
        /// </summary>
        public string? NextAddress { get; set; }
        /// <summary>
        /// currentAddress - 当前地址,必填项,用于指定任务的当前位置
        /// </summary>
        public string? CurrentAddress { get; set; }
    }
}