using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Model.HSSE { public class Information_AccidentCauseReport { public string AccidentCauseReportCode{get;set;} public string AccidentCauseReportId{get;set;} public string AuditPerson{get;set;} public System.Nullable AverageManHours{get;set;} public System.Nullable AverageTotalHours{get;set;} public System.Nullable DeathAccident{get;set;} public System.Nullable DeathToll{get;set;} public System.Nullable DirectLoss{get;set;} public string FillCompanyPersonCharge{get;set;} public System.Nullable FillingDate{get;set;} public System.Nullable IndirectLosses{get;set;} public System.Nullable InjuredAccident{get;set;} public System.Nullable InjuredToll{get;set;} public System.Nullable KnockOffTotal{get;set;} public System.Nullable LastMonthLossHoursTotal{get;set;} public System.Nullable MinorWoundAccident{get;set;} public System.Nullable MinorWoundToll{get;set;} public System.Nullable Month{get;set;} public string TabPeople{get;set;} public System.Nullable TotalLoss{get;set;} public System.Nullable TotalLossMan{get;set;} public System.Nullable TotalLossTime{get;set;} public string UnitId{get;set;} public System.Nullable Year{get;set;} } }