提交定制会内容

This commit is contained in:
2025-06-19 18:59:39 +08:00
parent 6be8d160e0
commit e1eb091f3b
150 changed files with 24036 additions and 582 deletions
+12 -1
View File
@@ -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; }
}
}