wanshenmean
2 天以前 5f1294d6dea53d286f5e7029839d37bf490e32bb
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; }
    }
}