|
@ -94,6 +94,8 @@ public class DeviceStatus { |
|
|
private Boolean capStatus; |
|
|
private Boolean capStatus; |
|
|
@Schema(description = "拍子密封状态,true为已密封,false为未密封") |
|
|
@Schema(description = "拍子密封状态,true为已密封,false为未密封") |
|
|
private Boolean isSealed; |
|
|
private Boolean isSealed; |
|
|
|
|
|
@Schema(description = "加热器当前温度") |
|
|
|
|
|
private Boolean temperature; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|