五环二期集团数据对接

This commit is contained in:
2025-06-19 16:55:10 +08:00
parent 5ed020c7e1
commit 0736adf719
105 changed files with 14375 additions and 1224 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; }
}
}