ChengDa_English/SGGL/Model/HSSE/Information_SafetyQuarterly...

209 lines
5.6 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model.HSSE
{
public class Information_SafetyQuarterlyReport
{
public System.Nullable<decimal> AccidentFrequency{get;set;}
public string AccidentFrequencyRemark{get;set;}
public System.Nullable<decimal> BillionsOutputMortality{get;set;}
public string BillionsOutputMortalityRemark{get;set;}
public System.Nullable<int> ChemicalAreaProjectCount{get;set;}
public string ChemicalAreaProjectCountRemark{get;set;}
public string CompileMan{get;set;}
public System.Nullable<decimal> ConstructionRevenue{get;set;}
public string ConstructionRevenueRemark{get;set;}
public System.Nullable<int> CorporateDirectorEdu{get;set;}
public string CorporateDirectorEduRemark{get;set;}
public System.Nullable<decimal> EducationTrainIn{get;set;}
public string EducationTrainInRemark{get;set;}
public System.Nullable<int> EquipmentAccident{get;set;}
public string EquipmentAccidentRemark{get;set;}
public System.Nullable<System.DateTime> FillingDate{get;set;}
public System.Nullable<int> FireAccident{get;set;}
public string FireAccidentRemark{get;set;}
public System.Nullable<int> FullTimeEdu{get;set;}
public string FullTimeEduRemark{get;set;}
public System.Nullable<int> FullTimeMan{get;set;}
public string FullTimeManAttachUrl{get;set;}
public System.Collections.Generic.List<byte[]> FullTimeManAttachUrlFileContext{get;set;}
public string FullTimeManRemark{get;set;}
public System.Nullable<int> HarmfulMediumCoverCount{get;set;}
public string HarmfulMediumCoverCountRemark{get;set;}
public System.Nullable<decimal> HarmfulMediumCoverRate{get;set;}
public string HarmfulMediumCoverRateRemark{get;set;}
public System.Nullable<int> KeyEquipmentReportCount{get;set;}
public string KeyEquipmentReportCountRemark{get;set;}
public System.Nullable<int> KeyEquipmentTotal{get;set;}
public string KeyEquipmentTotalRemark{get;set;}
public System.Nullable<decimal> LaboAndHealthIn{get;set;}
public string LaborAndHealthInRemark{get;set;}
public System.Nullable<decimal> MainBusinessIncome{get;set;}
public string MainBusinessIncomeRemark{get;set;}
public System.Nullable<int> MajorEquipAccident{get;set;}
public string MajorEquipAccidentRemark{get;set;}
public System.Nullable<int> MajorFireAccident{get;set;}
public string MajorFireAccidentRemark{get;set;}
public System.Nullable<int> PMMan{get;set;}
public string PMManAttachUrl{get;set;}
public System.Collections.Generic.List<byte[]> PMManAttachUrlFileContext{get;set;}
public string PMManRemark{get;set;}
public System.Nullable<int> PoisoningAndInjuries{get;set;}
public string PoisoningAndInjuriesRemark{get;set;}
public System.Nullable<decimal> ProductionInput{get;set;}
public string ProductionInputRemark{get;set;}
public System.Nullable<int> ProductionSafetyInTotal{get;set;}
public string ProductionSafetyInTotalRemark{get;set;}
public System.Nullable<decimal> ProjectCostRate{get;set;}
public string ProjectCostRateRemark{get;set;}
public System.Nullable<int> ProjectLeaderEdu{get;set;}
public string ProjectLeaderEduRemark{get;set;}
public System.Nullable<decimal> ProtectionInput{get;set;}
public string ProtectionInputRemark{get;set;}
public System.Nullable<int> Quarters{get;set;}
public string Remarks{get;set;}
public System.Nullable<decimal> Revenue{get;set;}
public string RevenueRemark{get;set;}
public string SafetyQuarterlyReportId{get;set;}
public System.Nullable<int> SeriousInjuryAccident{get;set;}
public string SeriousInjuryAccidentRemark{get;set;}
public System.Nullable<decimal> TechnologyProgressIn{get;set;}
public string TechnologyProgressInRemark{get;set;}
public System.Nullable<decimal> ThreeKidsEduRate{get;set;}
public string ThreeKidsEduRateRemark{get;set;}
public System.Nullable<int> TotalInWorkHours{get;set;}
public string TotalInWorkHoursRemark{get;set;}
public System.Nullable<int> TotalOutWorkHours{get;set;}
public string TotalOutWorkHoursRemark{get;set;}
public string UnitId{get;set;}
public System.Nullable<decimal> UnitTimeIncome{get;set;}
public string UnitTimeIncomeRemark{get;set;}
public System.Nullable<decimal> UplinReportRate{get;set;}
public string UplinReportRateRemark{get;set;}
public System.Nullable<decimal> WorkHoursAccuracy{get;set;}
public string WorkHoursAccuracyRemark{get;set;}
public System.Nullable<decimal> WorkHoursLossRate{get;set;}
public string WorkHoursLossRateRemark{get;set;}
public System.Nullable<int> YearId{get;set;}
}
}