using System.Collections.Generic; namespace Model.Customization._7HJ { public class CheckInfo { public string CHT_CheckID { get; set; } public string CH_TrustID { get; set; } public string ProjectId { get; set; } public string UnitId { get; set; } public string InstallationId { get; set; } public string CHT_CheckCode { get; set; } public System.Nullable CHT_CheckDate { get; set; } public string CHT_CheckType { get; set; } public string CHT_CheckMan { get; set; } public string CHT_Tabler { get; set; } public System.Nullable CHT_TableDate { get; set; } public string CHT_AuditMan { get; set; } public System.Nullable CHT_AuditDate { get; set; } public string CHT_Remark { get; set; } public string ContractualUnits { get; set; } public List CheckItems { get; set; } } }