Done ticket GEPAFINBE-169

This commit is contained in:
nisha
2025-02-24 18:04:34 +05:30
parent 32617b0291
commit c2e8fa321c
8 changed files with 271 additions and 31 deletions

View File

@@ -11,6 +11,10 @@ public class FieldValidatorBean {
private Long maxLength;
private Long min;
private Long max;
private String pattern;
private String custom;