feat(3.2.0): 放开最大重试次数到9999999
This commit is contained in:
parent
fe2d8e1bc9
commit
543946f214
@ -24,7 +24,7 @@ public class SceneConfigRequestVO {
|
||||
@NotNull(message = "场景状态不能为空")
|
||||
private Integer sceneStatus;
|
||||
|
||||
@Max(message = "最大重试次数", value = 99)
|
||||
@Max(message = "最大重试次数", value = 9999999)
|
||||
@Min(message = "最小重试次数", value = 0)
|
||||
private Integer maxRetryCount;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user