using System.Collections.Generic; namespace Model.Customization._7HJ { public class HotProessTrustInfo { public string HotProessTrustId { get; set; } public string HotProessTrustNo { get; set; } public System.Nullable ProessDate { get; set; } public string ProjectId { get; set; } public string UnitId { get; set; } public string InstallationId { get; set; } public string WorkAreaId { get; set; } public string Tabler { get; set; } public string Remark { get; set; } public string ProessMethod { get; set; } public string ProessEquipment { get; set; } public string ReportNo { get; set; } public List TrustItems { get; set; } } }