|
@@ -81,6 +81,39 @@ public class IotRyDailyReportRespVO {
|
|
|
@ExcelProperty("非生产时间原因")
|
|
|
private String nptReason;
|
|
|
|
|
|
+
|
|
|
+ @Schema(description = "进尺工作时间(H)")
|
|
|
+ @ExcelProperty("进尺工作时间(H)")
|
|
|
+ private BigDecimal drillingWorkingTime;
|
|
|
+ @Schema(description = "其它生产时间(H)")
|
|
|
+ @ExcelProperty("其它生产时间(H)")
|
|
|
+ private BigDecimal otherProductionTime;
|
|
|
+ @Schema(description = "事故非生产时间(H)")
|
|
|
+ @ExcelProperty("事故非生产时间(H)")
|
|
|
+ private BigDecimal accidentTime;
|
|
|
+ @Schema(description = "修理非生产时间(H)")
|
|
|
+ @ExcelProperty("修理非生产时间(H)")
|
|
|
+ private BigDecimal repairTime;
|
|
|
+ @Schema(description = "自停非生产时间(H)")
|
|
|
+ @ExcelProperty("自停非生产时间(H)")
|
|
|
+ private BigDecimal selfStopTime;
|
|
|
+ @Schema(description = "复杂非生产时间(H)")
|
|
|
+ @ExcelProperty("复杂非生产时间(H)")
|
|
|
+ private BigDecimal complexityTime;
|
|
|
+ @Schema(description = "搬迁非生产时间(H)")
|
|
|
+ @ExcelProperty("搬迁非生产时间(H)")
|
|
|
+ private BigDecimal relocationTime;
|
|
|
+ @Schema(description = "整改非生产时间(H)")
|
|
|
+ @ExcelProperty("整改非生产时间(H)")
|
|
|
+ private BigDecimal rectificationTime;
|
|
|
+ @Schema(description = "等停非生产时间(H)")
|
|
|
+ @ExcelProperty("等停非生产时间(H)")
|
|
|
+ private BigDecimal waitingStopTime;
|
|
|
+ @Schema(description = "冬休非生产时间(H)")
|
|
|
+ @ExcelProperty("冬休非生产时间(H)")
|
|
|
+ private BigDecimal winterBreakTime;
|
|
|
+
|
|
|
+
|
|
|
@Schema(description = "施工开始日期")
|
|
|
@ExcelProperty("施工开始日期")
|
|
|
private LocalDateTime constructionStartDate;
|