fix:升级

This commit is contained in:
geh
2025-06-19 19:23:01 +08:00
parent 0cb37e2c02
commit 7aa8baadbb
111 changed files with 14465 additions and 1480 deletions
+14 -2
View File
@@ -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; }
}