冗余代码清理

This commit is contained in:
2026-06-15 19:05:39 +08:00
parent 1fd3ca5094
commit eacb45828c
57 changed files with 134 additions and 31930 deletions
@@ -1,222 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --10、项目奖惩情况统计
/// </summary>
public class SeDinMonthReport10Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport10Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 安全工时奖次数(本月)
/// </summary>
public int? SafeMonthNum
{
get;
set;
}
/// <summary>
/// 安全工时奖次数(累计)
/// </summary>
public int? SafeTotalNum
{
get;
set;
}
/// <summary>
/// 安全工时奖金额(本月)
/// </summary>
public decimal? SafeMonthMoney
{
get;
set;
}
/// <summary>
/// 安全工时奖金额(累计)
/// </summary>
public decimal? SafeTotalMoney
{
get;
set;
}
/// <summary>
/// HSE绩效考核奖励次数(本月)
/// </summary>
public int? HseMonthNum
{
get;
set;
}
/// <summary>
/// HSE绩效考核奖励次数(累计)
/// </summary>
public int? HseTotalNum
{
get;
set;
}
/// <summary>
/// HSE绩效考核奖励金额(本月)
/// </summary>
public decimal? HseMonthMoney
{
get;
set;
}
/// <summary>
/// HSE绩效考核奖励金额(累计)
/// </summary>
public decimal? HseTotalMoney
{
get;
set;
}
/// <summary>
/// 安全生产先进个人奖次数(本月)
/// </summary>
public int? ProduceMonthNum
{
get;
set;
}
/// <summary>
/// 安全生产先进个人奖次数(累计)
/// </summary>
public int? ProduceTotalNum
{
get;
set;
}
/// <summary>
/// 安全生产先进个人奖金额(本月)
/// </summary>
public decimal? ProduceMonthMoney
{
get;
set;
}
/// <summary>
/// 安全生产先进个人奖金额(累计)
/// </summary>
public decimal? ProduceTotalMoney
{
get;
set;
}
/// <summary>
/// 事故责任处罚次数(本月)
/// </summary>
public int? AccidentMonthNum
{
get;
set;
}
/// <summary>
/// 事故责任处罚次数(累计)
/// </summary>
public int? AccidentTotalNum
{
get;
set;
}
/// <summary>
/// 事故责任处罚金额(本月)
/// </summary>
public decimal? AccidentMonthMoney
{
get;
set;
}
/// <summary>
/// 事故责任处罚金额(累计)
/// </summary>
public decimal? AccidentTotalMoney
{
get;
set;
}
/// <summary>
/// 违章处罚次数(本月)
/// </summary>
public int? ViolationMonthNum
{
get;
set;
}
/// <summary>
/// 违章处罚次数(累计)
/// </summary>
public int? ViolationTotalNum
{
get;
set;
}
/// <summary>
/// 违章处罚金额(本月)
/// </summary>
public decimal? ViolationMonthMoney
{
get;
set;
}
/// <summary>
/// 违章处罚金额(累计)
/// </summary>
public decimal? ViolationTotalMoney
{
get;
set;
}
/// <summary>
/// 安全管理处罚次数(本月)
/// </summary>
public int? ManageMonthNum
{
get;
set;
}
/// <summary>
/// 安全管理处罚次数(累计)
/// </summary>
public int? ManageTotalNum
{
get;
set;
}
/// <summary>
/// 安全管理处罚金额(本月)
/// </summary>
public decimal? ManageMonthMoney
{
get;
set;
}
/// <summary>
/// 安全管理处罚金额(累计)
/// </summary>
public decimal? ManageTotalMoney
{
get;
set;
}
}
}
@@ -1,78 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --11、项目危大工程施工情况
/// </summary>
public class SeDinMonthReport11Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport11Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 危险性较大分部分项工程本月正在施工
/// </summary>
public int? RiskWorkNum
{
get;
set;
}
/// <summary>
/// 危险性较大分部分项工程已完工
/// </summary>
public int? RiskFinishedNum
{
get;
set;
}
/// <summary>
/// 危险性较大分部分项工程下月施工计划
/// </summary>
public string RiskWorkNext
{
get;
set;
}
/// <summary>
/// 超过一定规模危大工程本月正在施工
/// </summary>
public int? LargeWorkNum
{
get;
set;
}
/// <summary>
/// 超过一定规模危大工程已完工
/// </summary>
public int? LargeFinishedNum
{
get;
set;
}
/// <summary>
/// 超过一定规模危大工程下月施工计划
/// </summary>
public string LargeWorkNext
{
get;
set;
}
}
}
@@ -1,190 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --12、项目应急演练情况
/// </summary>
public class SeDinMonthReport12Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport12Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 综合演练现场直接投入
/// </summary>
public decimal? MultipleSiteInput
{
get;
set;
}
/// <summary>
/// 综合演练现场参演人数
/// </summary>
public int? MultipleSitePerson
{
get;
set;
}
/// <summary>
/// 综合演练现场本月次数
/// </summary>
public int? MultipleSiteNum
{
get;
set;
}
/// <summary>
/// 综合演练现场项目累计次数
/// </summary>
public int? MultipleSiteTotalNum
{
get;
set;
}
/// <summary>
/// 综合演练现场下月计划
/// </summary>
public string MultipleSiteNext
{
get;
set;
}
/// <summary>
/// 综合演练桌面直接投入
/// </summary>
public decimal? MultipleDesktopInput
{
get;
set;
}
/// <summary>
/// 综合演练桌面参演人数
/// </summary>
public int? MultipleDesktopPerson
{
get;
set;
}
/// <summary>
/// 综合演练桌面本月次数
/// </summary>
public int? MultipleDesktopNum
{
get;
set;
}
/// <summary>
/// 综合演练桌面项目累计次数
/// </summary>
public int? MultipleDesktopTotalNum
{
get;
set;
}
/// <summary>
/// 综合演练桌面下月计划
/// </summary>
public string MultipleDesktopNext
{
get;
set;
}
/// <summary>
/// 单项演练现场直接投入
/// </summary>
public decimal? SingleSiteInput
{
get;
set;
}
/// <summary>
/// 单项演练现场参演人数
/// </summary>
public int? SingleSitePerson
{
get;
set;
}
/// <summary>
/// 单项演练现场本月次数
/// </summary>
public int? SingleSiteNum
{
get;
set;
}
/// <summary>
/// 单项演练现场项目累计次数
/// </summary>
public int? SingleSiteTotalNum
{
get;
set;
}
/// <summary>
/// 单项演练现场下月计划
/// </summary>
public string SingleSiteNext
{
get;
set;
}
/// <summary>
/// 单项演练桌面直接投入
/// </summary>
public decimal? SingleDesktopInput
{
get;
set;
}
/// <summary>
/// 单项演练桌面参演人数
/// </summary>
public int? SingleDesktopPerson
{
get;
set;
}
/// <summary>
/// 单项演练桌面本月次数
/// </summary>
public int? SingleDesktopNum
{
get;
set;
}
/// <summary>
/// 单项演练桌面项目累计次数
/// </summary>
public int? SingleDesktopTotalNum
{
get;
set;
}
/// <summary>
/// 单项演练桌面下月计划
/// </summary>
public string SingleDesktopNext
{
get;
set;
}
}
}
@@ -1,118 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --1、项目信息
/// </summary>
public class SeDinMonthReport1Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport1Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 项目编号
/// </summary>
public string ProjectCode
{
get;
set;
}
/// <summary>
/// 项目名称
/// </summary>
public string ProjectName
{
get;
set;
}
/// <summary>
/// 项目类型
/// </summary>
public string ProjectType
{
get;
set;
}
/// <summary>
/// 合同开始日期
/// </summary>
public string StartDate
{
get;
set;
}
/// <summary>
/// 合同结束日期
/// </summary>
public string EndDate
{
get;
set;
}
/// <summary>
/// 项目经理及联系方式
/// </summary>
public string ProjectManager
{
get;
set;
}
/// <summary>
/// 安全经理及联系方式
/// </summary>
public string HsseManager
{
get;
set;
}
/// <summary>
/// 合同号
/// </summary>
public string ContractNo
{
get;
set;
}
/// <summary>
/// 合同额
/// </summary>
public string ContractAmount
{
get;
set;
}
/// <summary>
/// 所处的施工阶段
/// </summary>
public string ConstructionStage
{
get;
set;
}
/// <summary>
/// 项目所在地
/// </summary>
public string ProjectAddress
{
get;
set;
}
}
}
@@ -1,102 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --2、项目安全工时统计
/// </summary>
public class SeDinMonthReport2Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport2Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 当月安全人工时
/// </summary>
public decimal? MonthWorkTime
{
get;
set;
}
/// <summary>
/// 年度累计安全人工时
/// </summary>
public decimal? YearWorkTime
{
get;
set;
}
/// <summary>
/// 项目累计安全人工时
/// </summary>
public decimal? ProjectWorkTime
{
get;
set;
}
/// <summary>
/// 总损失工时
/// </summary>
public decimal? TotalLostTime
{
get;
set;
}
/// <summary>
/// 百万工时损失率
/// </summary>
public string MillionLossRate
{
get;
set;
}
/// <summary>
/// 工时统计准确率
/// </summary>
public string TimeAccuracyRate
{
get;
set;
}
/// <summary>
/// 开始日期
/// </summary>
public string StartDate
{
get;
set;
}
/// <summary>
/// 结束日期
/// </summary>
public string EndDate
{
get;
set;
}
/// <summary>
/// 安全生产 人工时
/// </summary>
public decimal? SafeWorkTime
{
get;
set;
}
}
}
@@ -1,118 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --3、项目HSE事故、事件统计
/// </summary>
public class SeDinMonthReport3Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport3Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 排序
/// </summary>
public int? SortIndex
{
get;
set;
}
/// <summary>
/// 类型
/// </summary>
public string BigType
{
get;
set;
}
/// <summary>
/// 事故类型
/// </summary>
public string AccidentType
{
get;
set;
}
/// <summary>
/// 本月次数
/// </summary>
public int? MonthTimes
{
get;
set;
}
/// <summary>
/// 累计次数
/// </summary>
public int? TotalTimes
{
get;
set;
}
/// <summary>
/// 本月损失工时
/// </summary>
public decimal? MonthLossTime
{
get;
set;
}
/// <summary>
/// 累计损失工时
/// </summary>
public decimal? TotalLossTime
{
get;
set;
}
/// <summary>
/// 本月经济损失
/// </summary>
public decimal? MonthMoney
{
get;
set;
}
/// <summary>
/// 累计经济损失
/// </summary>
public decimal? TotalMoney
{
get;
set;
}
/// <summary>
/// 本月人数
/// </summary>
public int? MonthPersons
{
get;
set;
}
/// <summary>
/// 累计人数
/// </summary>
public int? TotalPersons
{
get;
set;
}
}
}
@@ -1,78 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --4、本月人员投入情况
/// </summary>
public class SeDinMonthReport4Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport4Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 单位名称
/// </summary>
public string UnitName
{
get;
set;
}
/// <summary>
/// 安全管理人员
/// </summary>
public int? SafeManangerNum
{
get;
set;
}
/// <summary>
/// 其他管理人员
/// </summary>
public int? OtherManangerNum
{
get;
set;
}
/// <summary>
/// 特种作业人员
/// </summary>
public int? SpecialWorkerNum
{
get;
set;
}
/// <summary>
/// 一般作业人员
/// </summary>
public int? GeneralWorkerNum
{
get;
set;
}
/// <summary>
/// 合计人数
/// </summary>
public int? TotalNum
{
get;
set;
}
}
}
@@ -1,70 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --4、赛鼎公司人员信息统计表
/// </summary>
public class SeDinMonthReport4OtherItem
{
/// <summary>
/// ID
/// </summary>
public string MonthReport4OtherId
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 项目现场正式员工总数
/// </summary>
public int? FormalNum
{
get;
set;
}
/// <summary>
/// 项目现场外籍人员总数
/// </summary>
public int? ForeignNum
{
get;
set;
}
/// <summary>
/// 项目现场外聘人员总数
/// </summary>
public int? OutsideNum
{
get;
set;
}
/// <summary>
/// 项目现场HSE管理人员总数
/// </summary>
public int? ManagerNum
{
get;
set;
}
/// <summary>
/// 项目现场员工总数(含外聘)
/// </summary>
public int? TotalNum
{
get;
set;
}
}
}
@@ -1,135 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --5、本月大型、特种设备投入情况
/// </summary>
public class SeDinMonthReport5Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport5Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 单位名称
/// </summary>
public string UnitName
{
get;
set;
}
/// <summary>
/// 特种设备-汽车吊
/// </summary>
public int? T01
{
get;
set;
}
/// <summary>
/// 特种设备-履带吊
/// </summary>
public int? T02
{
get;
set;
}
/// <summary>
/// 特种设备-塔吊
/// </summary>
public int? T03
{
get;
set;
}
/// <summary>
/// 特种设备-门式起重机
/// </summary>
public int? T04
{
get;
set;
}
/// <summary>
/// 特种设备-升降机
/// </summary>
public int? T05
{
get;
set;
}
/// <summary>
/// 特种设备-叉车
/// </summary>
public int? T06
{
get;
set;
}
/// <summary>
/// 大型机具设备-挖掘机
/// </summary>
public int? D01
{
get;
set;
}
/// <summary>
/// 大型机具设备-装载机
/// </summary>
public int? D02
{
get;
set;
}
/// <summary>
/// 大型机具设备-拖板车
/// </summary>
public int? D03
{
get;
set;
}
/// <summary>
/// 大型机具设备-桩机
/// </summary>
public int? D04
{
get;
set;
}
/// <summary>
/// 特殊机具设备-吊篮
/// </summary>
public int? S01
{
get;
set;
}
/// <summary>
/// 合计
/// </summary>
public int? TotalNum
{
get;
set;
}
}
}
@@ -1,182 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --6、安全生产费用投入情况
/// </summary>
public class SeDinMonthReport6Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport6Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 安全防护投入-月
/// </summary>
public decimal? SafetyMonth
{
get;
set;
}
/// <summary>
/// 安全防护投入-年
/// </summary>
public decimal? SafetyYear
{
get;
set;
}
/// <summary>
/// 安全防护投入-总
/// </summary>
public decimal? SafetyTotal
{
get;
set;
}
/// <summary>
/// 劳动保护及职业健康投入-月
/// </summary>
public decimal? LaborMonth
{
get;
set;
}
/// <summary>
/// 劳动保护及职业健康投入-年
/// </summary>
public decimal? LaborYear
{
get;
set;
}
/// <summary>
/// 劳动保护及职业健康投入-总
/// </summary>
public decimal? LaborTotal
{
get;
set;
}
/// <summary>
/// 安全技术进步投入-月
/// </summary>
public decimal? ProgressMonth
{
get;
set;
}
/// <summary>
/// 安全技术进步投入-年
/// </summary>
public decimal? ProgressYear
{
get;
set;
}
/// <summary>
/// 安全技术进步投入-总
/// </summary>
public decimal? ProgressTotal
{
get;
set;
}
/// <summary>
/// 安全教育培训投入-月
/// </summary>
public decimal? EducationMonth
{
get;
set;
}
/// <summary>
/// 安全教育培训投入-年
/// </summary>
public decimal? EducationYear
{
get;
set;
}
/// <summary>
/// 安全教育培训投入-总
/// </summary>
public decimal? EducationTotal
{
get;
set;
}
/// <summary>
/// 合计-月
/// </summary>
public decimal? SumMonth
{
get;
set;
}
/// <summary>
/// 合计-年
/// </summary>
public decimal? SumYear
{
get;
set;
}
/// <summary>
/// 合计-总
/// </summary>
public decimal? SumTotal
{
get;
set;
}
/// <summary>
/// 完成合同额-月
/// </summary>
public decimal? ContractMonth
{
get;
set;
}
/// <summary>
/// 完成合同额-年度
/// </summary>
public decimal? ContractYear
{
get;
set;
}
/// <summary>
/// 完成合同额-累计
/// </summary>
public decimal? ContractTotal
{
get;
set;
}
/// <summary>
/// 工程造价占比
/// </summary>
public decimal? ConstructionCost
{
get;
set;
}
}
}
@@ -1,126 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --7、项目HSE培训统计
/// </summary>
public class SeDinMonthReport7Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport7Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 专项安全培训-月次
/// </summary>
public int? SpecialMontNum
{
get;
set;
}
/// <summary>
/// 专项安全培训-年次
/// </summary>
public int? SpecialYearNum
{
get;
set;
}
/// <summary>
/// 专项安全培训-项目累计次
/// </summary>
public int? SpecialTotalNum
{
get;
set;
}
/// <summary>
/// 专项安全培训-月人
/// </summary>
public int? SpecialMontPerson
{
get;
set;
}
/// <summary>
/// 专项安全培训-年人
/// </summary>
public int? SpecialYearPerson
{
get;
set;
}
/// <summary>
/// 专项安全培训-项目累计人
/// </summary>
public int? SpecialTotalPerson
{
get;
set;
}
/// <summary>
/// 员工入场安全培训-月次
/// </summary>
public int? EmployeeMontNum
{
get;
set;
}
/// <summary>
/// 员工入场安全培训-年次
/// </summary>
public int? EmployeeYearNum
{
get;
set;
}
/// <summary>
/// 员工入场安全培训-项目累计次
/// </summary>
public int? EmployeeTotalNum
{
get;
set;
}
/// <summary>
/// 员工入场安全培训-月人
/// </summary>
public int? EmployeeMontPerson
{
get;
set;
}
/// <summary>
/// 员工入场安全培训-年人
/// </summary>
public int? EmployeeYearPerson
{
get;
set;
}
/// <summary>
/// 员工入场安全培训-项目累计人
/// </summary>
public int? EmployeeTotalPerson
{
get;
set;
}
}
}
@@ -1,110 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --8、项目HSE会议统计
/// </summary>
public class SeDinMonthReport8Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport8Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 周例会-月次
/// </summary>
public int? WeekMontNum
{
get;
set;
}
/// <summary>
/// 周例会-项目累计次
/// </summary>
public int? WeekTotalNum
{
get;
set;
}
/// <summary>
/// 周例会-月人
/// </summary>
public int? WeekMontPerson
{
get;
set;
}
/// <summary>
/// 月例会-月次
/// </summary>
public int? MonthMontNum
{
get;
set;
}
/// <summary>
/// 月例会-项目累计次
/// </summary>
public int? MonthTotalNum
{
get;
set;
}
/// <summary>
/// 月例会-月人
/// </summary>
public int? MonthMontPerson
{
get;
set;
}
/// <summary>
/// 专题例会-月次
/// </summary>
public int? SpecialMontNum
{
get;
set;
}
/// <summary>
/// 专题例会-项目累计次
/// </summary>
public int? SpecialTotalNum
{
get;
set;
}
/// <summary>
/// 专题例会-月人
/// </summary>
public int? SpecialMontPerson
{
get;
set;
}
/// <summary>
/// 班组会议-明细表
/// </summary>
public List<Model.SeDinMonthReport8ItemItem> SeDinMonthReport8ItemItem
{
get;
set;
}
}
}
@@ -1,62 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --8、项目HSE会议统计(班前会)
/// </summary>
public class SeDinMonthReport8ItemItem
{
/// <summary>
/// ID
/// </summary>
public string MonthReport8ItemId
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 单位名称
/// </summary>
public string UnitName
{
get;
set;
}
/// <summary>
/// 班组名称
/// </summary>
public string TeamName
{
get;
set;
}
/// <summary>
/// 班前会-月次
/// </summary>
public int? ClassNum
{
get;
set;
}
/// <summary>
/// 班前会-人次
/// </summary>
public int? ClassPersonNum
{
get;
set;
}
}
}
@@ -1,150 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --9、项目HSE检查统计
/// </summary>
public class SeDinMonthReport9Item
{
/// <summary>
/// ID
/// </summary>
public string MonthReport9Id
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 日常巡检-月次
/// </summary>
public int? DailyMonth
{
get;
set;
}
/// <summary>
/// 日常巡检-年次
/// </summary>
public int? DailyYear
{
get;
set;
}
/// <summary>
/// 日常巡检-总累计
/// </summary>
public int? DailyTotal
{
get;
set;
}
/// <summary>
/// 周联合检查-月次
/// </summary>
public int? WeekMonth
{
get;
set;
}
/// <summary>
/// 周联合检查-年次
/// </summary>
public int? WeekYear
{
get;
set;
}
/// <summary>
/// 周联合检查-总累计
/// </summary>
public int? WeekTotal
{
get;
set;
}
/// <summary>
/// 专项检查-月次
/// </summary>
public int? SpecialMonth
{
get;
set;
}
/// <summary>
/// 专项检查-年次
/// </summary>
public int? SpecialYear
{
get;
set;
}
/// <summary>
/// 专项检查-总累计
/// </summary>
public int? SpecialTotal
{
get;
set;
}
/// <summary>
/// 月综合HSE检查-月次
/// </summary>
public int? MonthlyMonth
{
get;
set;
}
/// <summary>
/// 月综合HSE检查-年次
/// </summary>
public int? MonthlyYear
{
get;
set;
}
/// <summary>
/// 月综合HSE检查-总累计
/// </summary>
public int? MonthlyTotal
{
get;
set;
}
/// <summary>
/// 隐患整改单
/// </summary>
public List<Model.SeDinMonthReport9ItemRectification> SeDinMonthReport9ItemRectification
{
get;
set;
}
/// <summary>
/// 专项检查
/// </summary>
public List<Model.SeDinMonthReport9ItemSpecial> SeDinMonthReport9ItemSpecial
{
get;
set;
}
/// <summary>
/// 停工令
/// </summary>
public List<Model.SeDinMonthReport9ItemStoppage> SeDinMonthReport9ItemStoppage
{
get;
set;
}
}
}
@@ -1,134 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --9、项目HSE检查统计-隐患整改单
/// </summary>
public class SeDinMonthReport9ItemRectification
{
/// <summary>
/// ID
/// </summary>
public string MonthReport9ItemId
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 单位名称
/// </summary>
public string UnitName
{
get;
set;
}
/// <summary>
/// 下发数量(本月)
/// </summary>
public int? IssuedMonth
{
get;
set;
}
/// <summary>
/// 下发数量(本月)较大
/// </summary>
public int? IssuedMonthLarge
{
get;
set;
}
/// <summary>
/// 下发数量(本月)重大
/// </summary>
public int? IssuedMonthSerious
{
get;
set;
}
/// <summary>
/// 整改完成数量(本月)
/// </summary>
public int? RectificationMoth
{
get;
set;
}
/// <summary>
/// 整改完成数量(本月)较大
/// </summary>
public int? RectificationMothLarge
{
get;
set;
}
/// <summary>
/// 整改完成数量(本月)重大
/// </summary>
public int? RectificationMothSerious
{
get;
set;
}
/// <summary>
/// 下发数量(累计)
/// </summary>
public int? IssuedTotal
{
get;
set;
}
/// <summary>
/// 下发数量(累计)较大
/// </summary>
public int? IssuedTotalLarge
{
get;
set;
}
/// <summary>
/// 下发数量(累计)重大
/// </summary>
public int? IssuedTotalSerious
{
get;
set;
}
/// <summary>
/// 整改完成数量(累计)
/// </summary>
public int? RectificationTotal
{
get;
set;
}
/// <summary>
/// 整改完成数量(累计)较大
/// </summary>
public int? RectificationTotalLarge
{
get;
set;
}
/// <summary>
/// 整改完成数量(累计)重大
/// </summary>
public int? RectificationTotalSerious
{
get;
set;
}
}
}
@@ -1,62 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --9、项目HSE检查统计-专项检查
/// </summary>
public class SeDinMonthReport9ItemSpecial
{
/// <summary>
/// ID
/// </summary>
public string MonthReport9ItemId
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 类型
/// </summary>
public string TypeName
{
get;
set;
}
/// <summary>
/// 检查次数(本月)
/// </summary>
public int? CheckMonth
{
get;
set;
}
/// <summary>
/// 次数(本年度累计)
/// </summary>
public int? CheckYear
{
get;
set;
}
/// <summary>
/// 次数(项目总累计)
/// </summary>
public int? CheckTotal
{
get;
set;
}
}
}
@@ -1,70 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项 --9、项目HSE检查统计-停工令
/// </summary>
public class SeDinMonthReport9ItemStoppage
{
/// <summary>
/// ID
/// </summary>
public string MonthReport9ItemId
{
get;
set;
}
/// <summary>
/// 月报ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 单位名称
/// </summary>
public string UnitName
{
get;
set;
}
/// <summary>
/// 下发数量(本月)
/// </summary>
public int? IssuedMonth
{
get;
set;
}
/// <summary>
/// 停工天数(本月)
/// </summary>
public int? StoppageMonth
{
get;
set;
}
/// <summary>
/// 下发数量(累计)
/// </summary>
public int? IssuedTotal
{
get;
set;
}
/// <summary>
/// 停工天数(累计)
/// </summary>
public int? StoppageTotal
{
get;
set;
}
}
}
@@ -1,224 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
/// <summary>
/// 赛鼎月报信息项
/// </summary>
public class SeDinMonthReportItem
{
/// <summary>
/// ID
/// </summary>
public string MonthReportId
{
get;
set;
}
/// <summary>
/// 项目ID
/// </summary>
public string ProjectId
{
get;
set;
}
/// <summary>
/// 月份
/// </summary>
public string ReporMonth
{
get;
set;
}
/// <summary>
/// 截止日期
/// </summary>
public string DueDate
{
get;
set;
}
/// <summary>
/// 开始日期
/// </summary>
public string StartDate
{
get;
set;
}
/// <summary>
/// 结束日期
/// </summary>
public string EndDate
{
get;
set;
}
/// <summary>
/// 编制人ID
/// </summary>
public string CompileManId
{
get;
set;
}
/// <summary>
/// 编制人姓名
/// </summary>
public string CompileManName
{
get;
set;
}
/// <summary>
/// 审核人ID
/// </summary>
public string AuditManId
{
get;
set;
}
/// <summary>
/// 审核人姓名
/// </summary>
public string AuditManName
{
get;
set;
}
/// <summary>
/// 批准人ID
/// </summary>
public string ApprovalManId
{
get;
set;
}
/// <summary>
/// 批准人姓名
/// </summary>
public string ApprovalManName
{
get;
set;
}
/// <summary>
/// 本月HSE活动综述
/// </summary>
public string ThisSummary
{
get;
set;
}
/// <summary>
/// 下月HSE工作计划
/// </summary>
public string NextPlan
{
get;
set;
}
/// <summary>
/// 状态(0-待提交;1-已提交)
/// </summary>
public string States
{
get;
set;
}
/// <summary>
/// 办理人
/// </summary>
public string OperaterId
{
get;
set;
}
/// <summary>
/// 下一步办理人
/// </summary>
public string NextManId
{
get;
set;
}
/// <summary>
/// 下一步办理人
/// </summary>
public string NextManName
{
get;
set;
}
/// <summary>
/// 提交时间
/// </summary>
public DateTime? CommitTime
{
get;
set;
}
/// <summary>
/// 办理步骤
/// </summary>
public string StepName
{
get;
set;
}
/// <summary>
/// 是否同意
/// </summary>
public bool isAgree
{
get;
set;
}
/// <summary>
/// 意见
/// </summary>
public string Opinion
{
get;
set;
}
/// <summary>
/// 事故综述
/// </summary>
public string AccidentsSummary
{
get;
set;
}
/// <summary>
/// 3、项目HSE事故、事件统计
/// </summary>
public List<Model.SeDinMonthReport3Item> SeDinMonthReport3Item
{
get;
set;
}
/// <summary>
/// 4、本月人员投入情况
/// </summary>
public List<Model.SeDinMonthReport4Item> SeDinMonthReport4Item
{
get;
set;
}
/// <summary>
/// 5、本月大型、特种设备投入情况
/// </summary>
public List<Model.SeDinMonthReport5Item> SeDinMonthReport5Item
{
get;
set;
}
}
}
-10695
View File
File diff suppressed because it is too large Load Diff
-18
View File
@@ -131,7 +131,6 @@
<Compile Include="APIItem\HSSE\PictureItem.cs" />
<Compile Include="APIItem\HSSE\ReEvaluator.cs" />
<Compile Include="APIItem\HSSE\RoutingInspectionItem.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport4OtherItem.cs" />
<Compile Include="APIItem\HSSE\BonusScoreSelfManagementItem.cs" />
<Compile Include="APIItem\HSSE\TrainingRecordItemItem.cs" />
<Compile Include="APIItem\OperationReportDto.cs" />
@@ -144,23 +143,6 @@
<Compile Include="APIItem\HSSE\RectifyNoticesItem.cs" />
<Compile Include="APIItem\HSSE\RectifyNoticesItemItem.cs" />
<Compile Include="APIItem\HSSE\ResourcesItem.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport10Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport11Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport12Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport1Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport2Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport3Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport4Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport5Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport6Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport7Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport8Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport8ItemItem.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport9Item.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport9ItemRectification.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport9ItemSpecial.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReport9ItemStoppage.cs" />
<Compile Include="APIItem\HSSE\SeDinMonthReportItem.cs" />
<Compile Include="APIItem\HSSE\SubscribeMessageItem.cs" />
<Compile Include="APIItem\HSSE\SubUnitQualityItem.cs" />
<Compile Include="APIItem\HSSE\SysTestRuleItem.cs" />