|
@@ -142,6 +142,10 @@ public class IotRyDailyReportRespVO {
|
|
|
@ExcelProperty("施工状态(动迁 准备 施工 完工)")
|
|
|
private String rigStatus;
|
|
|
|
|
|
+ @Schema(description = "瑞鹰修井 施工状态(动迁 准备 施工 完工)", example = "1")
|
|
|
+ @ExcelProperty("瑞鹰修井 施工状态(动迁 准备 施工 完工)")
|
|
|
+ private String repairStatus;
|
|
|
+
|
|
|
@Schema(description = "人员情况")
|
|
|
@ExcelProperty("人员情况")
|
|
|
private String personnel;
|
|
@@ -247,4 +251,6 @@ public class IotRyDailyReportRespVO {
|
|
|
@Schema(description = "井别", example = "气井")
|
|
|
private String wellCategory;
|
|
|
|
|
|
+ @Schema(description = "在岗人数 = 全员数量-休假人员数量", example = "80")
|
|
|
+ private BigDecimal onDutyStaffNum;
|
|
|
}
|