|
@@ -79,4 +79,6 @@ public class BoilerTaskOrderItemDetailVO {
|
|
|
@Schema(description = "关联项目列表")
|
|
@Schema(description = "关联项目列表")
|
|
|
private List<BoilerTaskOrderItemReportRespVO> reportRespVOList;
|
|
private List<BoilerTaskOrderItemReportRespVO> reportRespVOList;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "设备类型")
|
|
|
|
|
+ private String type;
|
|
|
}
|
|
}
|