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

@@ -10,6 +10,10 @@ public class FormFieldRequest {
private String name;
private String description;
private Integer sortOrder;
private String label;
private List<SettingRequestBean> settings;