海南bug修改提交

This commit is contained in:
hzj
2025-12-29 14:26:30 +08:00
parent 63603dee08
commit 9409d57243
6 changed files with 30 additions and 10 deletions

View File

@@ -36,10 +36,10 @@ public class TransientParam extends DeviceInfoParam.BusinessParam {
private BigDecimal eventValueMin;
@ApiModelProperty("持续时间最大值")
private Integer persistMax;
private Double persistMax;
@ApiModelProperty("持续时间最小值")
private Integer persistMin;
private Double persistMin;
@ApiModelProperty("严重度最大值")
private BigDecimal severityMax;