Updated data in form field

This commit is contained in:
harish
2024-09-13 18:39:46 +05:30
parent 7e2a22c817
commit 2be419e5d0
6 changed files with 90 additions and 0 deletions

View File

@@ -25,4 +25,10 @@ public class FormFieldEntity extends BaseEntity{
@Column(name = "VALIDATORS")
private String validators;
@Column(name = "DESCRIPTION")
private String description;
@Column(name = "SORT_ORDER")
private Integer sortOrder;
}