|
|
@@ -16,7 +16,7 @@ public class InputPatentInfo {
|
|
|
private String uid;
|
|
|
|
|
|
@Max(value = 3, message = "{" + ErrorConstants.PARAM_ERROR + "}")
|
|
|
- @Min(value = 1, message = "{" + ErrorConstants.PARAM_ERROR + "}")
|
|
|
+ @Min(value = 0, message = "{" + ErrorConstants.PARAM_ERROR + "}")
|
|
|
private Integer contacts;
|
|
|
|
|
|
@Size(min = 0, max = 64, message = "{" + ErrorConstants.PARAM_SIZE_ERROR + "}")
|