minor changes

This commit is contained in:
Maria Teresa Paratore 2024-02-23 12:27:10 +01:00
parent a77dcb5448
commit 49bcaee077
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class FacetPropertyDTO {
private String type;
private String name;
private String description;
//per validazione
private boolean mandatory;
private boolean notnull;
private String regexp;