namespace WorkFlowCheck.Common.DTO { public class CheckPointListDTO { public List CheckPointList { get; set; } = new List(); } }