using System; using System.Collections.Generic; using System.Linq; using System.Security.Policy; using System.Text; using System.Threading.Tasks; namespace Model.Customization._7HJ { public class InformationDataItem { /// /// ID /// public string Id { get; set; } /// /// 上报日期 /// public string ReportDate { get; set; } /// /// 单位Id /// public string UnitId { get; set; } /// /// 社会统一信用码 /// public string CollCropCode { get; set; } #region 应急演练工作计划半年报 Information_DrillPlanHalfYearReport /// /// 应急演练Id /// public string CompileMan { get; set; } /// /// 应急演练ID /// public string DrillPlanHalfYearReportId { get; set; } /// /// 应急演练制表时间 /// public string CompileDate { get; set; } /// /// 应急演练年度Id /// public int YearId { get; set; } /// /// 应急演练半年度Id /// public int HalfYearId { get; set; } /// /// 应急演练联系电话 /// public string Telephone { get; set; } /// /// 应急演练开展情况半年度报表明细项 /// public List drillPlanHalfYearReportItem { get; set; } #endregion #region 企业安全数据统计月报 Information_MillionsMonthlyReport /// /// 统计年份 /// public int Year { get; set; } /// ///统计月份 /// public int Month { get; set; } /// /// 百万工时安全统计填报人 /// public string FillingMan { get; set; } /// ///填报日期 /// public string FillingDate { get; set; } /// /// 百万工时安全统计负责人 /// public string DutyPerson { get; set; } /// ///百万工时总可记录事故率 /// public string RecordableIncidentRate { get; set; } /// /// 百万工时损失工时伤害事故率 /// public string LostTimeRate { get; set; } /// ///百万工时死亡事故频率 /// public string LostTimeInjuryRate { get; set; } /// ///百万工时事故死亡率 /// public string DeathAccidentFrequency { get; set; } /// ///百万工意外死亡率 /// public string AccidentMortality { get; set; } /// ///百万工时ID /// public string MillionsMonthlyReportId { get; set; } /// /// /// public decimal InputCosts { get; set; } /// /// /// public int TrainNum { get; set; } /// /// /// public int GeneralHazardNum { get; set; } /// /// /// public int MajorHazardNum { get; set; } /// /// /// public int NotProofLargeProjectNum { get; set; } /// /// /// public int ProofLargeProjectNum { get; set; } /// /// /// public int FireLicenseNum { get; set; } /// /// /// public int LimitLicenseNum { get; set; } /// /// /// public int HighLicenseNum { get; set; } /// /// /// public int HoistingLicenseNum { get; set; } /// /// /// public int BreakGroundLicenseNum { get; set; } /// /// /// public int ElectricityLicenseNum { get; set; } /// /// /// public int RTLicenseNum { get; set; } /// /// /// public int NightLicenseNum { get; set; } /// /// /// public int CommissionerNum { get; set; } /// /// /// public int SoleDutyNum { get; set; } /// /// 企业安全数据统计月报明细项 /// public List MillionsMonthlyReportItem { get; set; } #endregion #region 职工伤亡事故原因分析报表 Information_AccidentCauseReport /// ///职工伤亡事故原因ID /// public string AccidentCauseReportId { get; set; } /// ///职工伤亡事故原因编号 /// public string AccidentCauseReportCode { get; set; } /// ///职工伤亡死亡事故 /// public int DeathAccident { get; set; } /// ///死亡人数 /// public int DeathToll { get; set; } /// ///重伤事故 /// public int InjuredAccident { get; set; } /// ///轻伤事故 /// public int MinorWoundAccident { get; set; } /// ///轻伤人数 /// public int MinorWoundToll { get; set; } /// ///平均工时总数 /// public string AverageTotalHours { get; set; } /// ///平均工时人数 /// public int AverageManHours { get; set; } /// ///损失工时总数 /// public int TotalLossMan { get; set; } /// ///上月损失工时总数 /// public int LastMonthLossHoursTotal { get; set; } /// ///歇工总日数 /// public int KnockOffTotal { get; set; } /// ///直接损失 /// public int DirectLoss { get; set; } /// ///间接损失 /// public int IndirectLosses { get; set; } /// ///总损失 /// public int TotalLoss { get; set; } /// ///无损失工时总数 /// public int TotalLossTime { get; set; } /// ///制表人 /// public string TabPeople { get; set; } /// ///审核人 /// public string AuditPerson { get; set; } /// ///重伤人数 /// public int InjuredToll { get; set; } /// ///填报单位负责人 /// public string FillCompanyPersonCharge { get; set; } /// /// 职工伤亡事故原因分析报表明细项 /// public List AccidentCauseReportItem { get; set; } #endregion #region 安全生产数据季报表 Information_SafetyQuarterlyReport /// ///安全生产数据季报表Id /// public string SafetyQuarterlyReportId { get; set; } /// ///季度 /// public int Quarters { get; set; } /// ///总投入工时数 /// public int TotalInWorkHours { get; set; } /// ///总投入工时备注 /// public string TotalInWorkHoursRemark { get; set; } /// ///总损失工时数 /// public int TotalOutWorkHours { get; set; } /// ///总损失工时数备注 /// public string TotalOutWorkHoursRemark { get; set; } /// ///百万工时损失率 /// public string WorkHoursLossRate { get; set; } /// ///百万工时损失率备注 /// public string WorkHoursLossRateRemark { get; set; } /// ///工时统计准确率 /// public string WorkHoursAccuracy { get; set; } /// ///工时统计准确率备注 /// public string WorkHoursAccuracyRemark { get; set; } /// ///主营业务收入/亿元 /// public string MainBusinessIncome { get; set; } /// ///主营业务收入/亿元备注 /// public string MainBusinessIncomeRemark { get; set; } /// ///施工收入/亿元 /// public string ConstructionRevenue { get; set; } /// ///施工收入/亿元备注 /// public string ConstructionRevenueRemark { get; set; } /// ///单位工时收入/元 /// public string UnitTimeIncome { get; set; } /// ///单位工时收入/元备注 /// public string UnitTimeIncomeRemark { get; set; } /// ///百亿产值死亡率 /// public string BillionsOutputMortality { get; set; } /// ///百亿产值死亡率备注 /// public string BillionsOutputMortalityRemark { get; set; } /// ///重大火灾事故报告数 /// public int MajorFireAccident { get; set; } /// ///重大火灾事故报告数备注 /// public string MajorFireAccidentRemark { get; set; } /// ///重大机械设备事故报告数 /// public int MajorEquipAccident { get; set; } /// ///重大机械设备事故报告数备注 /// public string MajorEquipAccidentRemark { get; set; } /// ///事故发生频率(占总收入之比) /// public string AccidentFrequency { get; set; } /// ///事故发生频率(占总收入之比)备注 /// public string AccidentFrequencyRemark { get; set; } /// ///重伤以上事故报告数 /// public int SeriousInjuryAccident { get; set; } /// ///重伤以上事故报告数备注 /// public string SeriousInjuryAccidentRemark { get; set; } /// ///火灾事故统计报告数 /// public int FireAccident { get; set; } /// ///火灾事故统计报告数备注 /// public string FireAccidentRemark { get; set; } /// ///装备事故统计报告数 /// public int EquipmentAccident { get; set; } /// ///装备事故统计报告数备注 /// public string EquipmentAccidentRemark { get; set; } /// ///中毒及职业伤害报告数 /// public int PoisoningAndInjuries { get; set; } /// ///中毒及职业伤害报告数备注 /// public string PoisoningAndInjuriesRemark { get; set; } /// ///安全生产投入总额/元 /// public int ProductionSafetyInTotal { get; set; } /// ///安全生产投入总额/元备注 /// public string ProductionSafetyInTotalRemark { get; set; } /// ///安全防护投入/元 /// public string ProtectionInput { get; set; } /// ///劳动保护及职业健康投入/元 /// public string LaboAndHealthIn { get; set; } /// ///安全防护投入/元备注 /// public string ProtectionInputRemark { get; set; } /// ///劳动保护及职业健康投入/元 /// public string LaborAndHealthInRemark { get; set; } /// ///安全技术进步投入/元 /// public string TechnologyProgressIn { get; set; } /// ///安全技术进步投入/元备注 /// public string TechnologyProgressInRemark { get; set; } /// ///安全教育培训投入/元 /// public string EducationTrainIn { get; set; } /// ///安全教育培训投入/元备注 /// public string EducationTrainInRemark { get; set; } /// ///工程造价占比(%) /// public string ProjectCostRate { get; set; } /// ///工程造价占比(%)备注 /// public string ProjectCostRateRemark { get; set; } /// ///百万工时安全生产投入额/万元 /// public string ProductionInput { get; set; } /// ///百万工时安全生产投入额/万元备注 /// public string ProductionInputRemark { get; set; } /// ///安全生产投入占施工收入之比 /// public string Revenue { get; set; } /// ///安全生产投入占施工收入之比备注 /// public string RevenueRemark { get; set; } /// ///安全专职人员总数 /// public int FullTimeMan { get; set; } /// ///安全专职人员总数备注 /// public string FullTimeManRemark { get; set; } /// ///安全专职人员总数名单附件 /// public string FullTimeManAttachUrl { get; set; } /// ///项目经理人员总数 /// public int PMMan { get; set; } /// ///项目经理人员总数备注 /// public string PMManRemark { get; set; } /// ///项目经理人员名单附件 /// public string PMManAttachUrl { get; set; } /// ///企业负责人安全生产继续教育数 /// public int CorporateDirectorEdu { get; set; } /// ///企业负责人安全生产继续教育备注 /// public string CorporateDirectorEduRemark { get; set; } /// ///项目负责人安全生产继续教育数 /// public int ProjectLeaderEdu { get; set; } /// ///项目负责人安全生产继续教育备注 /// public string ProjectLeaderEduRemark { get; set; } /// ///安全专职人员安全生产继续教育数 /// public int FullTimeEdu { get; set; } /// ///安全专职人员安全生产继续教育数备注 /// public string FullTimeEduRemark { get; set; } /// ///安全生产三类人员继续教育覆盖率 /// public string ThreeKidsEduRate { get; set; } /// ///安全生产三类人员继续教育覆盖率备注 /// public string ThreeKidsEduRateRemark { get; set; } /// ///上行报告(施工现场安全生产动态季报、专项活动总结上报、生产事故按时限上报)履行率 /// public string UplinReportRate { get; set; } /// ///上行报告(施工现场安全生产动态季报、专项活动总结上报、生产事故按时限上报)履行率备注 /// public string UplinReportRateRemark { get; set; } /// ///备注 /// public string Remarks { get; set; } /// ///安全生产数据季报表Id /// public int KeyEquipmentTotal { get; set; } /// ///安全生产数据季报表Id /// public string KeyEquipmentTotalRemark { get; set; } /// ///安全生产数据季报表Id /// public int KeyEquipmentReportCount { get; set; } /// ///安全生产数据季报表Id /// public string KeyEquipmentReportCountRemark { get; set; } /// ///安全生产数据季报表Id /// public int ChemicalAreaProjectCount { get; set; } /// ///安全生产数据季报表Id /// public string ChemicalAreaProjectCountRemark { get; set; } /// ///安全生产数据季报表Id /// public int HarmfulMediumCoverCount { get; set; } /// ///安全生产数据季报表Id /// public string HarmfulMediumCoverCountRemark { get; set; } /// ///安全生产数据季报表Id /// public string HarmfulMediumCoverRate { get; set; } /// ///安全生产数据季报表Id /// public string HarmfulMediumCoverRateRemark { get; set; } #endregion #region 应急演练开展情况季报表 Information_DrillConductedQuarterlyReport /// ///应急演练开展情况季报表ID /// public string DrillConductedQuarterlyReportId { get; set; } /// ///季度 /// public int Quarter { get; set; } /// /// 应急演练开展情况季报表明细项 /// public List drillConductedQuarterlyReportItem { get; set; } #endregion #region 化工行业能源节约与生态环境保护汇总表 Environmental_ChemicalReport /// /// 化工行业能源节约与生态环境保护汇总表Id /// public string ChemicalReportId { get; set; } /// /// 化工行业能源节约与生态环境保护汇总表明细项 /// public List ChemicalReportItem { get; set; } #endregion #region 建筑行业能源节约与生态环境保护汇总表 Environmental_ArchitectureReport /// /// 建筑行业能源节约与生态环境保护汇总表Id /// public string ArchitectureReportId { get; set; } /// /// 建筑行业能源节约与生态环境保护汇总表明细项 /// public List ArchitectureReportItem { get; set; } #endregion #region 中央企业节能环保产业企业生产和服务业务情况报表 Environmental_EnergyReport /// /// 中央企业节能环保产业企业生产和服务业务情况报表Id /// public string EnergyReportId { get; set; } /// /// 化工行业能源节约与生态环境保护汇总表明细项 /// public List EnergyReportItem { get; set; } #endregion #region 中央企业安全生产治本攻坚三年行动工作台账 Information_ActionWorkLedger /// ///中央企业安全生产治本攻坚三年行动工作台账ID /// public string ActionWorkLedgerId { get; set; } /// /// 中央企业安全生产治本攻坚三年行动工作台账明细项 /// public List actionWorkLedgerItem { get; set; } #endregion #region 中央企业安全生产管理评价工作调度台账 Information_SafetyProductionEvaluation /// ///中央企业安全生产管理评价工作调度台账ID /// public string SafetyProductionEvaluationId { get; set; } /// /// 中央企业安全生产管理评价工作调度台账明细项 /// public List safetyProductionEvaluationItem { get; set; } #endregion #region 安全管理工作总结报告 /// /// 主键 /// public string WorkSummaryReportId { get; set; } /// /// 负责人 /// public string ResponsiblePerson { get; set; } /// /// 负责人电话 /// public string ResponsiblePersonTel { get; set; } /// /// 联系人 /// public string ContactPerson { get; set; } /// /// 联系人电话 /// public string ContactPersonTel { get; set; } /// /// 报告日期 /// //public DateTime ReportDate //{ // get; // set; //} /// /// 人工时 /// public decimal? SafeLaborTime { get; set; } /// /// 安全目标及完成情况(按责任书相应内容进行总结) /// public string SafetyObjectives { get; set; } /// /// 安全事故情况 /// public string AccidentSituation { get; set; } /// /// 获奖情况 /// public string Awards { get; set; } /// /// 安全生产重点工作开展情况 /// public string WorkDevelopment { get; set; } /// /// 人员培训情况 /// public string PersonnelTraining { get; set; } /// /// 组织开展安全监督检查、隐患排查治理情况 /// public string GovernanceSituation { get; set; } /// /// 安全月、职业健康宣传周等其他管理活动情况 /// public string ManagementActivity { get; set; } /// /// 主要工作经验及亮点 /// public string WorkExperience { get; set; } /// /// 主要问题及应对措施 /// public string Countermeasures { get; set; } /// /// 下一年度工作计划打算 /// public string NextYearWorkPlan { get; set; } /// /// 对集团公司的工作建议 /// public string JobSuggestion { get; set; } #endregion #region 安全管理工作总结报告 /// /// 主键 /// public string QualityWorkSummaryReportId { get; set; } /// /// 质量管理绩效(单位工程质量状况等) /// public string Performance { get; set; } /// /// 组织开展质量监督检查情况 /// public string CheckSituation { get; set; } #endregion #region 实业安全简报 /// /// 实业安全简报Id /// public string SafetyBriefingId { get; set; } /// /// 审核人 /// public string Auditor { get; set; } /// /// 审批人 /// public string Approver { get; set; } /// /// 本月主要工作 /// public string MainWork { get; set; } /// /// 重大危险源备案 /// public string HazardRecording { get; set; } /// /// 安全事故 /// public string SafetyAccident { get; set; } /// /// 环保事故 /// public string EPAccident { get; set; } /// /// 职业卫生事故 /// public string OHAccident { get; set; } /// /// 作业许可证数量统计 /// public string WorkPermitNum { get; set; } /// /// 本月隐患排查项目 /// public string HiddenDangerDetection { get; set; } /// /// 本月隐患整改完成情况 /// public string RectificationSituation { get; set; } /// /// 集团检查问题整改情况 /// public string CheckProblemsRectification { get; set; } /// /// 待完成的隐患整改项目 /// public string PendingProject { get; set; } /// /// 承包商管理 /// public string ContractorManagement { get; set; } /// /// 环保排放量及达标情况 /// public string EnvironmentalEmissions { get; set; } /// /// 下月安全工作计划 /// public string NextMonthWorkPlan { get; set; } #endregion #region 季度工程项目质量信息表 /// /// 主键 /// public string QuarterlyProjectQualityId { get; set; } public int? QualityManagePersonNum { get; set; } /// /// /// public int? AdvancedTitlePersonNum { get; set; } /// /// /// public int? IntermediateTitlePersonNum { get; set; } public int? BeImplementedProjectNum { get; set; } public int? StartImplementedProjectNum { get; set; } public int? AccumulativeStartImplemented { get; set; } public int? CompleteProjectNum { get; set; } public int? YearCompleteProjectNum { get; set; } public int? QuarterTotal { get; set; } public int? QuarterFirstPassNum { get; set; } public decimal? QuarterFirstPassRate { get; set; } public int? YearTotal { get; set; } public int? YearFirstPassNum { get; set; } public decimal? YearFirstPassRate { get; set; } public int? QuaterCheckSuperviseNum { get; set; } public int? QuaterCorrectiveNoticeNum { get; set; } public int? QuaterQualityProblemNum { get; set; } public int? QuaterClosedQualityProblemNum { get; set; } public int? YearCheckSuperviseNum { get; set; } public int? YearCorrectiveNoticeNum { get; set; } public int? YearQualityProblemNum { get; set; } public int? YearClosedQualityProblemNum { get; set; } public int? QuaterQualityAccidentNum { get; set; } public decimal? QuaterDirectEconomicLoss { get; set; } public int? YearQualityAccidentNum { get; set; } public decimal? YearDirectEconomicLoss { get; set; } public string Tel { get; set; } #endregion #region 生态环保工作总结报告 public string EPSummaryReportId { get; set; } public string Description1 { get; set; } public string Description2 { get; set; } public string Description3 { get; set; } public string Description4 { get; set; } public string Description5 { get; set; } public string Description6 { get; set; } public string Description7 { get; set; } public string Description8 { get; set; } public string Description9 { get; set; } #endregion } }