fix:升级
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
/// </summary>
|
||||
public string ProjectId { get; set; }
|
||||
/// <summary>
|
||||
/// 项目来源单位id
|
||||
/// </summary>
|
||||
public string ProjectFromUnitId { get; set; }
|
||||
/// <summary>
|
||||
/// 项目编码
|
||||
/// </summary>
|
||||
public string ProjectCode { get; set; }
|
||||
|
||||
@@ -37,7 +37,14 @@ namespace Model
|
||||
public int? ProblemNotCompletedNum { get; set; }
|
||||
public int? ProblemNum { get; set; }
|
||||
public string ProblemRate { get; set; }
|
||||
public int? UnitCheckNum { get; set; }
|
||||
public int? UnitCheckClosedNum { get; set; }
|
||||
public int? UnitCheckNotClosedNum { get; set; }
|
||||
public int? BranchCheckNum { get; set; }
|
||||
public int? BranchCheckClosedNum { get; set; }
|
||||
public int? BranchCheckNotClosedNum { get; set; }
|
||||
public int? ProjectPersonNum { get; set; }
|
||||
public int? ProjectSubPersonNum { get; set; }
|
||||
public string ReportDate { get; set; }
|
||||
public int? SingleProjectNum { get; set; }
|
||||
public int? SNum { get; set; }
|
||||
@@ -47,6 +54,9 @@ namespace Model
|
||||
public int? SubdivisionalWorksNum { get; set; }
|
||||
public int? SubProjectNum { get; set; }
|
||||
public int? TechnicalDisclosePersonNum { get; set; }
|
||||
public int? ComprehensiveConTechnologyDisclosureNum { get; set; }
|
||||
public int? ComprehensiveConTechnologyDisclosurePersonNum { get; set; }
|
||||
public int? ComprehensiveReviewDrawingsNum { get; set; }
|
||||
public int? TrainPersonNum { get; set; }
|
||||
public string UnitId { get; set; }
|
||||
public int? UnitProjectNum { get; set; }
|
||||
@@ -73,6 +83,7 @@ namespace Model
|
||||
public int? SubProjectAcceptOKNum { get; set; }
|
||||
public int? SubdivisionalWorksAcceptNum { get; set; }
|
||||
public int? SubdivisionalWorksAcceptOKNum { get; set; }
|
||||
public int? InspectionMachineNum { get; set; }
|
||||
public int? InspectionMachineQualifiedNum { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -19,17 +19,26 @@ namespace Model
|
||||
/// </summary>
|
||||
public partial class HsseDataItem
|
||||
{
|
||||
public int? BranchLeadShiftCheckNum { get; set; }
|
||||
public int? BranchComprehensiveCheckNum { get; set; }
|
||||
public int? BranchSpecialCheckNum { get; set; }
|
||||
public int? BeUnderConstructionNum { get; set; }
|
||||
public int? BranchFullTimeNum { get; set; }
|
||||
public int? BranchInspectorGeneralNum { get; set; }
|
||||
public int? BranchComprehensivePlanNum { get; set; }
|
||||
public int? BranchSpecialPlanNum { get; set; }
|
||||
public int? BranchOnSiteDisposalPlan { get; set; }
|
||||
public int? CertificateANum { get; set; }
|
||||
public int? CertificateBNum { get; set; }
|
||||
public int? CertificateCNum { get; set; }
|
||||
public int? QualityPersonNum { get; set; }
|
||||
public string CollCropCode { get; set; }
|
||||
public int? CompanyComprehensiveCheckNum { get; set; }
|
||||
public int? CompanyComprehensivePlanNum { get; set; }
|
||||
public int? CompanyDrillNum { get; set; }
|
||||
public int? CompanyDrillPersonNum { get; set; }
|
||||
public int? BranchDrillNum { get; set; }
|
||||
public int? BranchDrillPersonNum { get; set; }
|
||||
|
||||
public int? CompanyLeadShiftCheckNum { get; set; }
|
||||
public int? CompanyOnSiteDisposalPlan { get; set; }
|
||||
@@ -69,8 +78,9 @@ namespace Model
|
||||
public int? ProjectComprehensivePlanNum { get; set; }
|
||||
public int? ProjectDrillNum { get; set; }
|
||||
public int? ProjectDrillPersonNum { get; set; }
|
||||
|
||||
|
||||
public int? ProjectFullTimeNum { get; set; }
|
||||
public int? ProjectSubFullTimeNum { get; set; }
|
||||
public int? ProjectInspectorGeneralNum { get; set; }
|
||||
public int? ProjectLeadShiftCheckNum { get; set; }
|
||||
public int? ProjectMajorCheckNum { get; set; }
|
||||
@@ -91,7 +101,7 @@ namespace Model
|
||||
public int? SpecialEquipmentNum { get; set; }
|
||||
public int? SpecialOperationTrainNum { get; set; }
|
||||
public int? HseTechnicalNum { get; set; }
|
||||
|
||||
|
||||
public int? EnvironmentalTrainNum { get; set; }
|
||||
public int? SpecialSeriousAccidentNum { get; set; }
|
||||
public int? SpecialTrainNum { get; set; }
|
||||
@@ -104,6 +114,8 @@ namespace Model
|
||||
public int? TrainPersonNum { get; set; }
|
||||
public string UnitId { get; set; }
|
||||
public int? UseEquipmentNum { get; set; }
|
||||
public int? OperativesNum { get; set; }
|
||||
public int? SuperOperativesNum { get; set; }
|
||||
public List<HSSEDataHiddenDangerDetailItem> HiddenDangerDetailItems { get; set; }
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace Model
|
||||
{
|
||||
public class LargeEngineeringOutput : BaseEntities
|
||||
public class LargeEngineeringOutput:BaseEntities
|
||||
{
|
||||
/// <summary>
|
||||
/// 危大工程审批完成数
|
||||
@@ -42,5 +42,13 @@
|
||||
/// 超危大工程论证个数
|
||||
/// </summary>
|
||||
public int SuperArgumentNum { get; set; }
|
||||
/// <summary>
|
||||
/// 危大工程作业人员数
|
||||
/// </summary>
|
||||
public int OperativesNum { get; set; }
|
||||
/// <summary>
|
||||
/// 超危大工程作业人员数
|
||||
/// </summary>
|
||||
public int SuperOperativesNum { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
/// <summary>
|
||||
/// 安全技术交底
|
||||
/// </summary>
|
||||
public class LicenseHSETechnicalOutput : BaseEntities
|
||||
{
|
||||
public string HSETechnicalCode { get; set; }
|
||||
public string WorkContents { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
@@ -25,5 +25,10 @@
|
||||
/// 电话
|
||||
/// </summary>
|
||||
public string Phone { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否本部人员
|
||||
/// </summary>
|
||||
public bool IsOffice { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user