فهرست منبع

运营平台PC-设备管理费-增加设备是否冻结筛选

tanbin 9 ماه پیش
والد
کامیت
20cbee9063
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      device-api/src/main/java/com/xy/dto/DeviceChargingDto.java

+ 1 - 1
device-api/src/main/java/com/xy/dto/DeviceChargingDto.java

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