|
@@ -71,7 +71,7 @@ public class IotDeviceRespVO {
|
|
|
|
|
|
@Schema(description = "质保到期")
|
|
@Schema(description = "质保到期")
|
|
@ExcelProperty("质保到期")
|
|
@ExcelProperty("质保到期")
|
|
- private Integer expires;
|
|
|
|
|
|
+ private LocalDateTime expires;
|
|
|
|
|
|
@Schema(description = "采购/租赁价格", example = "14766")
|
|
@Schema(description = "采购/租赁价格", example = "14766")
|
|
@ExcelProperty("采购/租赁价格")
|
|
@ExcelProperty("采购/租赁价格")
|