|
@@ -110,11 +110,9 @@ public class IotRyDailyReportRespVO {
|
|
|
private BigDecimal productionTime;
|
|
private BigDecimal productionTime;
|
|
|
|
|
|
|
|
@Schema(description = "非生产时间(H)")
|
|
@Schema(description = "非生产时间(H)")
|
|
|
- @ExcelProperty("非生产时间(H)")
|
|
|
|
|
private BigDecimal nonProductionTime;
|
|
private BigDecimal nonProductionTime;
|
|
|
|
|
|
|
|
@Schema(description = "非生产时间原因", example = "不香")
|
|
@Schema(description = "非生产时间原因", example = "不香")
|
|
|
- @ExcelProperty("非生产时间原因")
|
|
|
|
|
private String ryNptReason;
|
|
private String ryNptReason;
|
|
|
|
|
|
|
|
@Schema(description = "进尺工作时间(H)")
|
|
@Schema(description = "进尺工作时间(H)")
|
|
@@ -123,39 +121,61 @@ public class IotRyDailyReportRespVO {
|
|
|
@Schema(description = "其它生产时间(H)")
|
|
@Schema(description = "其它生产时间(H)")
|
|
|
@ExcelProperty("其它生产时间(H)")
|
|
@ExcelProperty("其它生产时间(H)")
|
|
|
private BigDecimal otherProductionTime;
|
|
private BigDecimal otherProductionTime;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "非生产时效")
|
|
|
|
|
+ @ExcelProperty("非生产时效")
|
|
|
|
|
+ private String nonProductionRateFormat;
|
|
|
|
|
+
|
|
|
@Schema(description = "事故非生产时间(H)")
|
|
@Schema(description = "事故非生产时间(H)")
|
|
|
- @ExcelProperty("事故非生产时间(H)")
|
|
|
|
|
|
|
+ @ExcelProperty("工程质量")
|
|
|
private BigDecimal accidentTime;
|
|
private BigDecimal accidentTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "修理非生产时间(H)")
|
|
@Schema(description = "修理非生产时间(H)")
|
|
|
- @ExcelProperty("修理非生产时间(H)")
|
|
|
|
|
|
|
+ @ExcelProperty("设备故障")
|
|
|
private BigDecimal repairTime;
|
|
private BigDecimal repairTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "自停非生产时间(H)")
|
|
@Schema(description = "自停非生产时间(H)")
|
|
|
- @ExcelProperty("自停非生产时间(H)")
|
|
|
|
|
|
|
+ @ExcelProperty("设备保养")
|
|
|
private BigDecimal selfStopTime;
|
|
private BigDecimal selfStopTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "复杂非生产时间(H)")
|
|
@Schema(description = "复杂非生产时间(H)")
|
|
|
- @ExcelProperty("复杂非生产时间(H)")
|
|
|
|
|
|
|
+ @ExcelProperty("技术受限")
|
|
|
private BigDecimal complexityTime;
|
|
private BigDecimal complexityTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "搬迁非生产时间(H)")
|
|
@Schema(description = "搬迁非生产时间(H)")
|
|
|
- @ExcelProperty("搬迁非生产时间(H)")
|
|
|
|
|
|
|
+ @ExcelProperty("生产配合")
|
|
|
private BigDecimal relocationTime;
|
|
private BigDecimal relocationTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "整改非生产时间(H)")
|
|
@Schema(description = "整改非生产时间(H)")
|
|
|
- @ExcelProperty("整改非生产时间(H)")
|
|
|
|
|
|
|
+ @ExcelProperty("生产组织")
|
|
|
private BigDecimal rectificationTime;
|
|
private BigDecimal rectificationTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "等停非生产时间(H)")
|
|
@Schema(description = "等停非生产时间(H)")
|
|
|
- @ExcelProperty("等停非生产时间(H)")
|
|
|
|
|
|
|
+ @ExcelProperty("不可抗力")
|
|
|
private BigDecimal waitingStopTime;
|
|
private BigDecimal waitingStopTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "冬休非生产时间(H)")
|
|
@Schema(description = "冬休非生产时间(H)")
|
|
|
- @ExcelProperty("冬休非生产时间(H)")
|
|
|
|
|
|
|
+ @ExcelProperty("待命")
|
|
|
private BigDecimal winterBreakTime;
|
|
private BigDecimal winterBreakTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "甲方设计-非生产时间")
|
|
@Schema(description = "甲方设计-非生产时间")
|
|
|
|
|
+ @ExcelProperty("甲方设计")
|
|
|
private BigDecimal partyaDesign;
|
|
private BigDecimal partyaDesign;
|
|
|
|
|
+
|
|
|
@Schema(description = "甲方准备-非生产时间")
|
|
@Schema(description = "甲方准备-非生产时间")
|
|
|
|
|
+ @ExcelProperty("甲方准备")
|
|
|
private BigDecimal partyaPrepare;
|
|
private BigDecimal partyaPrepare;
|
|
|
|
|
+
|
|
|
@Schema(description = "甲方资源-非生产时间")
|
|
@Schema(description = "甲方资源-非生产时间")
|
|
|
|
|
+ @ExcelProperty("甲方资源")
|
|
|
private BigDecimal partyaResource;
|
|
private BigDecimal partyaResource;
|
|
|
|
|
+
|
|
|
@Schema(description = "其它非生产时间")
|
|
@Schema(description = "其它非生产时间")
|
|
|
|
|
+ @ExcelProperty("其它非生产时间")
|
|
|
private BigDecimal otherNptTime;
|
|
private BigDecimal otherNptTime;
|
|
|
|
|
+
|
|
|
@Schema(description = "其它非生产时间原因")
|
|
@Schema(description = "其它非生产时间原因")
|
|
|
|
|
+ @ExcelProperty("其它非生产时间原因")
|
|
|
private String otherNptReason;
|
|
private String otherNptReason;
|
|
|
|
|
|
|
|
@Schema(description = "施工开始日期")
|
|
@Schema(description = "施工开始日期")
|