|
@@ -105,6 +105,7 @@ public class IotDevicePageReqVO extends PageParam {
|
|
|
@Schema(description = "资产类别")
|
|
@Schema(description = "资产类别")
|
|
|
private Long assetClass;
|
|
private Long assetClass;
|
|
|
@Schema(description = "创建时间")
|
|
@Schema(description = "创建时间")
|
|
|
|
|
+ @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
|
|
private LocalDateTime[] createTime;
|
|
private LocalDateTime[] createTime;
|
|
|
|
|
|
|
|
/**
|
|
/**
|