|
|
@@ -16,7 +16,7 @@ public class InputContract {
|
|
|
@Size(min = 0, max = 8, message = "{" + ErrorConstants.PARAM_SIZE_ERROR + "}")
|
|
|
private String previousFee;
|
|
|
|
|
|
- @Max(value = 3, message = "{" + ErrorConstants.PARAM_ERROR + "}")
|
|
|
+ @Max(value = 4, message = "{" + ErrorConstants.PARAM_ERROR + "}")
|
|
|
@Min(value = 1, message = "{" + ErrorConstants.PARAM_ERROR + "}")
|
|
|
private Integer type;
|
|
|
|