using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XdCxRhDW.Dto { public class HistoryTaskStopDto { /// /// 任务ID /// public int ID { get; set; } } }