using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Model.HSSE { public class Information_DrillPlanHalfYearReport { public System.Nullable CompileDate{get;set;} public string CompileMan{get;set;} public string DrillPlanHalfYearReportId{get;set;} public System.Nullable HalfYearId{get;set;} public string Telephone{get;set;} public string UnitId{get;set;} public System.Nullable YearId{get;set;} } }