@@ -85,7 +85,7 @@ public class DeviceChargingDto {
private Long deviceId;
@ApiModelProperty("是否已冻结")
- private Boolean freezeStatus;
+ private Integer freezeStatus;
@ApiModelProperty("状态类型 字典=device_charging_query_type")