1
This commit is contained in:
@@ -57,6 +57,9 @@ namespace Model
|
||||
public int? GeneralNotClosedNum { get; set; }
|
||||
public string GeneralRate { get; set; }
|
||||
public int? GeneralRiskNum { get; set; }
|
||||
public int? LargerClosedNum { get; set; }
|
||||
public int? LargerNotClosedNum { get; set; }
|
||||
public string LargerRate { get; set; }
|
||||
public int? HeadOfficeFullTimeNum { get; set; }
|
||||
public int? HeadOfficeInspectorGeneralNum { get; set; }
|
||||
public int? HighRiskNum { get; set; }
|
||||
@@ -109,13 +112,19 @@ namespace Model
|
||||
public int? SuperConstructionNum { get; set; }
|
||||
public int? SuperFinishedNum { get; set; }
|
||||
public int? SuperTrainPersonNum { get; set; }
|
||||
public int? OperativesNum { get; set; }
|
||||
public int? SuperOperativesNum { get; set; }
|
||||
public int? AwaitApprovalNum { get; set; }
|
||||
public int? PendingApprovalNum { get; set; }
|
||||
public int? CompletedApprovalNum { get; set; }
|
||||
public int? SuperAwaitApprovalNum { get; set; }
|
||||
public int? SuperPendingApprovalNum { get; set; }
|
||||
public int? SuperCompletedApprovalNum { get; set; }
|
||||
public decimal? TotalEnergyConsumption { get; set; }
|
||||
public int? TotalWorkingHour { get; set; }
|
||||
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; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user