ChengDa_English/SGGL/Model/HSSE/Information_MillionsMonthly...

50 lines
1.0 KiB
C#

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<decimal> AccidentMortality { get; set; }
public System.Nullable<decimal> DeathAccidentFrequency { get; set; }
public string DutyPerson { get; set; }
public System.Nullable<System.DateTime> FillingDate{ get; set; }
public string FillingMan{ get; set; }
public System.Nullable<decimal> LostTimeInjuryRate{ get; set; }
public System.Nullable<decimal> LostTimeRate{ get; set; }
public string MillionsMonthlyReportId{ get; set; }
public System.Nullable<int> Month{ get; set; }
public System.Nullable<decimal> RecordableIncidentRate{ get; set; }
public string UnitId{ get; set; }
public System.Nullable<int> Year{ get; set; }
}
}