using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_Comm.WCSInterface.Requset { /// /// 继续执行任务 /// public class continueTask : AGVRequsetBase { /// /// 任务id,全局唯一 传入任务id不为空时,可继续指定任务,传入空字符表示继续 ///(无需确认任务) /// //public string task_id { get; set; } } }