|
@@ -14,12 +14,12 @@ import java.util.List;
|
|
|
@NotNull(message = "Visitor operation info cannot be null")
|
|
|
public class DavinciStatisticVisitorOperationInfo {
|
|
|
|
|
|
- @NotNull
|
|
|
+ // @NotNull
|
|
|
@Min(value = 1L)
|
|
|
private Long user_id;
|
|
|
|
|
|
- @NotBlank
|
|
|
- @Pattern(regexp = Consts.REG_EMAIL_FORMAT, message = "Illegal email format")
|
|
|
+ //@NotBlank
|
|
|
+ //@Pattern(regexp = Consts.REG_EMAIL_FORMAT, message = "Illegal email format")
|
|
|
private String email;
|
|
|
|
|
|
@NotBlank
|