|
|
@@ -84,6 +84,35 @@ public class IotRdDailyReportSaveReqVO {
|
|
|
@Schema(description = "非生产时间原因", example = "不喜欢")
|
|
|
private String rdNptReason;
|
|
|
|
|
|
+
|
|
|
+ @Schema(description = "事故非生产时间(H)")
|
|
|
+ private BigDecimal accidentTime;
|
|
|
+ @Schema(description = "修理非生产时间(H)")
|
|
|
+ private BigDecimal repairTime;
|
|
|
+ @Schema(description = "自停非生产时间(H)")
|
|
|
+ private BigDecimal selfStopTime;
|
|
|
+ @Schema(description = "复杂非生产时间(H)")
|
|
|
+ private BigDecimal complexityTime;
|
|
|
+ @Schema(description = "搬迁非生产时间(H)")
|
|
|
+ private BigDecimal relocationTime;
|
|
|
+ @Schema(description = "整改非生产时间(H)")
|
|
|
+ private BigDecimal rectificationTime;
|
|
|
+ @Schema(description = "等停非生产时间(H)")
|
|
|
+ private BigDecimal waitingStopTime;
|
|
|
+ @Schema(description = "冬休非生产时间(H)")
|
|
|
+ private BigDecimal winterBreakTime;
|
|
|
+ @Schema(description = "甲方设计-非生产时间")
|
|
|
+ private BigDecimal partyaDesign;
|
|
|
+ @Schema(description = "甲方准备-非生产时间")
|
|
|
+ private BigDecimal partyaPrepare;
|
|
|
+ @Schema(description = "甲方资源-非生产时间")
|
|
|
+ private BigDecimal partyaResource;
|
|
|
+ @Schema(description = "其它非生产时间")
|
|
|
+ private BigDecimal otherNptTime;
|
|
|
+ @Schema(description = "其它非生产时间原因")
|
|
|
+ private String otherNptReason;
|
|
|
+
|
|
|
+
|
|
|
@Schema(description = "施工开始日期")
|
|
|
private LocalDateTime constructionStartDate;
|
|
|
|