|
@@ -86,17 +86,22 @@ public class EquipPipePlanSchedulingPageVO {
|
|
|
private List<EquipPipePlanSchedulingVO> pipes = new ArrayList<>();
|
|
private List<EquipPipePlanSchedulingVO> pipes = new ArrayList<>();
|
|
|
|
|
|
|
|
@Schema(description = "管道类别")
|
|
@Schema(description = "管道类别")
|
|
|
|
|
+ @ExcelIgnore
|
|
|
private String pipeCategory;
|
|
private String pipeCategory;
|
|
|
|
|
|
|
|
@Schema(description = "定检已排期数")
|
|
@Schema(description = "定检已排期数")
|
|
|
|
|
+ @ExcelIgnore
|
|
|
private Integer legalScheduledCount;
|
|
private Integer legalScheduledCount;
|
|
|
|
|
|
|
|
@Schema(description = "定检总需排期数")
|
|
@Schema(description = "定检总需排期数")
|
|
|
|
|
+ @ExcelIgnore
|
|
|
private Integer legalTotalCount;
|
|
private Integer legalTotalCount;
|
|
|
|
|
|
|
|
@Schema(description = "年检已排期数")
|
|
@Schema(description = "年检已排期数")
|
|
|
|
|
+ @ExcelIgnore
|
|
|
private Integer yearScheduledCount;
|
|
private Integer yearScheduledCount;
|
|
|
|
|
|
|
|
@Schema(description = "年检总需排期数")
|
|
@Schema(description = "年检总需排期数")
|
|
|
|
|
+ @ExcelIgnore
|
|
|
private Integer yearTotalCount;
|
|
private Integer yearTotalCount;
|
|
|
}
|
|
}
|