|
@@ -32,7 +32,7 @@ public class Step1 {
|
|
|
private String currencyType;
|
|
private String currencyType;
|
|
|
|
|
|
|
|
@NotNull
|
|
@NotNull
|
|
|
- @Pattern(regexp = "\\d{4}-\\d{2}-01")
|
|
|
|
|
|
|
+ @Pattern(regexp = "\\d{4}-\\d{2}-\\d{2}")
|
|
|
private String benchmarkDate;
|
|
private String benchmarkDate;
|
|
|
|
|
|
|
|
public String getName() {
|
|
public String getName() {
|