wanshenmean
3 天以前 9a1c82a7b77dd27d9bd9b71bbd2909e60aed6c10
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; }
    }
}