|
|
@@ -103,6 +103,9 @@ public class BoilerOrderItemPageRespVO {
|
|
|
@Schema(description = "设备名称")
|
|
|
private String equipName;
|
|
|
|
|
|
+ @Schema(description = "锅炉型号")
|
|
|
+ private String boilerModel;
|
|
|
+
|
|
|
|
|
|
@Schema(description = "流程id", example = "5644")
|
|
|
private String processInstanceId;
|