@@ -80,4 +80,6 @@ public class IotMeasureCertRespVO {
@Schema(description = "是否到期")
private Boolean expired;
+ @Schema(description = "是否60天预警")
+ private Boolean alertWarn;
}
@@ -77,4 +77,6 @@ public class IotMeasureBookRespVO {
@Schema(description = "检测是否到期")
+ @Schema(description = "是否90天预警")