using System; namespace Model { public class CheckTask { public string CDNo { get; set; } public string LocationCode { get; set; } public string LocationCode1 { get; set; } public string LocationCode2 { get; set; } public string Palno { get; set; } public string Palno1 { get; set; } public string Palno2 { get; set; } public string CheckUser { get; set; } public DateTime CheckTime { get; set; } public string Demo { get; set; } public string Statu { get; set; } public string Guid { get; set; } public string DepartGuid { get; set; } public DateTime CreatTime { get; set; } public string CreatUser { get; set; } public DateTime UpdateTime { get; set; } public string UpdateUser { get; set; } public int PageIndex { get; set; } public int PageSize { get; set; } } }