|
@ -84,7 +84,7 @@ public class DeviceStatus { |
|
|
*/ |
|
|
*/ |
|
|
@Data |
|
|
@Data |
|
|
public static class HeatingArea { |
|
|
public static class HeatingArea { |
|
|
@Schema(description = "加热器id") |
|
|
|
|
|
|
|
|
@Schema(description = "加热区id") |
|
|
private String heaterId; |
|
|
private String heaterId; |
|
|
@Schema(description = "托盘状态,0为无托盘,1为有托盘,2为托盘抬起") |
|
|
@Schema(description = "托盘状态,0为无托盘,1为有托盘,2为托盘抬起") |
|
|
private Integer trayStatus; |
|
|
private Integer trayStatus; |
|
|