|
@@ -13,11 +13,11 @@ import java.time.LocalDateTime;
|
|
|
@NotNull(message = "Duration info cannot be null")
|
|
|
public class DavinciStatisticDurationInfo {
|
|
|
|
|
|
- @NotNull
|
|
|
+// @NotNull
|
|
|
@Min(value = 1L)
|
|
|
private Long user_id;
|
|
|
|
|
|
- @Pattern(regexp = Consts.REG_EMAIL_FORMAT, message = "Illegal email format")
|
|
|
+// @Pattern(regexp = Consts.REG_EMAIL_FORMAT, message = "Illegal email format")
|
|
|
private String email;
|
|
|
|
|
|
private Long org_id;
|