Browse Source

patent contact 0-3

albertshaw 8 years ago
parent
commit
11a080b5f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/patent/bo/InputPatentInfo.java

+ 1 - 1
src/main/java/com/goafanti/patent/bo/InputPatentInfo.java

@@ -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 + "}")