|
@@ -170,4 +170,10 @@ public class IotRyDailyReportRespVO {
|
|
|
|
|
|
@Schema(description = "设计井身结构")
|
|
|
private String designWellStruct;
|
|
|
+
|
|
|
+ @Schema(description = "总施工井数", example = "2")
|
|
|
+ private Integer totalConstructionWells;
|
|
|
+
|
|
|
+ @Schema(description = "完工井数", example = "2")
|
|
|
+ private Integer completedWells;
|
|
|
}
|