using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Model.HSSE { public class Information_MillionsMonthlyReport { public System.Nullable AccidentMortality { get; set; } public System.Nullable DeathAccidentFrequency { get; set; } public string DutyPerson { get; set; } public System.Nullable FillingDate{ get; set; } public string FillingMan{ get; set; } public System.Nullable LostTimeInjuryRate{ get; set; } public System.Nullable LostTimeRate{ get; set; } public string MillionsMonthlyReportId{ get; set; } public System.Nullable Month{ get; set; } public System.Nullable RecordableIncidentRate{ get; set; } public string UnitId{ get; set; } public System.Nullable Year{ get; set; } } }