|
@@ -45,4 +45,15 @@ public class IotAlarmSettingSaveReqVO {
|
|
|
|
|
|
|
|
@Schema(description = "y轴最小值")
|
|
@Schema(description = "y轴最小值")
|
|
|
private String axisMin;
|
|
private String axisMin;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 区间秒数
|
|
|
|
|
+ */
|
|
|
|
|
+ @Schema(description = "区间")
|
|
|
|
|
+ private String periodSecond;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 变化亮
|
|
|
|
|
+ */
|
|
|
|
|
+ @Schema(description = "变化亮")
|
|
|
|
|
+ private String changeValue;
|
|
|
}
|
|
}
|